Hello everyone
In my game I would need to increase the speed of audio from time to time but I found nothing to do with my case, can you help me?
Hello everyone
In my game I would need to increase the speed of audio from time to time but I found nothing to do with my case, can you help me?
Unfortunately adjusting the sample speed dynamically is not something Corona can do. You will need separate audio files at different speeds.
This is a real pity … while continuing the research I came across this:
https://forums.coronalabs.com/topic/53796-how-to-slow-down-sound-playback/
what is it? Can you handle my case? Can it give performance problems or any other problems?
You can try undocumented functions but I personally wouldn’t rely on it as it could break, leak memory and be removed by a daily build.
Up to you though.
Exactly what I was afraid of. I needed a lot so I thought about asking.
Thanks again
Unfortunately adjusting the sample speed dynamically is not something Corona can do. You will need separate audio files at different speeds.
This is a real pity … while continuing the research I came across this:
https://forums.coronalabs.com/topic/53796-how-to-slow-down-sound-playback/
what is it? Can you handle my case? Can it give performance problems or any other problems?
You can try undocumented functions but I personally wouldn’t rely on it as it could break, leak memory and be removed by a daily build.
Up to you though.
Exactly what I was afraid of. I needed a lot so I thought about asking.
Thanks again