In the recording example provided by the FMOD sdk you can record a sound which has a fixed length of 5s. Is it possible to record a sound which has a variable length? I tried setting the length to 0 and using a recordStart, recordStop combination, but it didn’t work. Can someone point me in the right direction?
- sirdeaz asked 11 years ago
- You must login to post comments
The recording example already shows you how to do things like record to disk, or do continuous recording.
You can’t just expect memory to magically expand, you have to stream it out yourself by using a smaller looping record buffer.
- Brett Paterson answered 11 years ago
- You must login to post comments
Your Answer
Please login first to submit.