How to split an audio file into frames ??? in C#
- by andy
i want to split a wave file(.wav) into frames of 1 second or for a fixed time period. How can i do it using C# or Java.
Can any one help me out for this with some code examples or some related links regarding this.