Say you have a raw audio file in java/android and need to change its pitch, for example, to make a voice low as Darth Vader or something... what do you think would be the best approach?
Thanks!
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
This looks like one way to accomplish you want to do if you want to do this client side : http://www.surina.net/soundtouch/ have you also considered doing it server side, so that you're not restricted to just Java/Android? there will be more sound processing libraries |
|||||
|
|