Questions tagged [audiobuffer]
92 questions
-1
votes
1 answer
Arranging AudioBuffers in JavaScript
I would like to write a program that "arranges" multiple audio buffers. Similar to a DAW, I want to "layer" audio tracks on top of each other at custom timestamps. Is this even possible, and if so, how would I implement it?
I apologize in advance…

Kento Nishi
- 578
- 1
- 9
- 24
-2
votes
1 answer
implementing record audio and play in another iDevices
I want to record audio and streaming on another iPhone.
Is this format correct for record and streaming?
format -> mSampleRate = 44100.00; //
format -> mFormatID = kAudioFormatLinearPCM; //
format -> mFramesPerPacket = 1;
format ->…

iEhsan
- 47
- 1
- 10