Questions tagged [extaudiofile]

32 questions
0
votes
2 answers

Configure buffer list to store non-interleaved audio data?

I've got a callback from which I am attempting to capture audio from a remote I/O unit in an audio graph. Inside of my callback I have an AudioBufferList in an AudioUnitRender function that I need to store non-interleaved data from two…
Orpheus Mercury
  • 1,617
  • 2
  • 15
  • 30
-1
votes
2 answers

Byte extraction in java

I want to extract the bytes from a wav file in Java and I don't know how. I tried this but it doesn't work: public class AudioFiles { public static void main(String[] args) throws FileNotFoundException { File file= new…
P4L
  • 1
1 2
3