I would like to speed up audio without any sound distortion, like in this video:
https://www.youtube.com/watch?v=hLN3jUjHpDY
I’ve used many audiobook players like Audible that don’t pitch the sound, is this possible to do with Corona?
I would like to speed up audio without any sound distortion, like in this video:
https://www.youtube.com/watch?v=hLN3jUjHpDY
I’ve used many audiobook players like Audible that don’t pitch the sound, is this possible to do with Corona?
Corona doesn’t have advanced sound control.
It has what is listed in the docs.
Some may point you in the direction of OpenAL hidden features, but they are not universally supported device-to-device so you should not try to hack this.
Better to simply pre-process your sounds -OR- not try to make a app that requires this feature -OR- to use a different solution if you really need to make such an app.
Thank you Ed for the reply, and I would also like to thank you for all the answers, plugins and the repositories that you provided over the years, it saves me a lot of time now and I really appreciate it.
It would be nice if this is possible to do, but it’s not a deal breaker, I will just use pitch instead. I plan to put a lot of audio in the game so pre-processsing would take a lot of space.
Corona doesn’t have advanced sound control.
It has what is listed in the docs.
Some may point you in the direction of OpenAL hidden features, but they are not universally supported device-to-device so you should not try to hack this.
Better to simply pre-process your sounds -OR- not try to make a app that requires this feature -OR- to use a different solution if you really need to make such an app.
Thank you Ed for the reply, and I would also like to thank you for all the answers, plugins and the repositories that you provided over the years, it saves me a lot of time now and I really appreciate it.
It would be nice if this is possible to do, but it’s not a deal breaker, I will just use pitch instead. I plan to put a lot of audio in the game so pre-processsing would take a lot of space.