crescent
crescent copied to clipboard
Audio: Implement resampling when audio source sample rate doesn't equal 44,100
As of now, an error is reported by the engine when an audio source's sample rate isn't 44,100. The better approach would be to apply a resampling algorithm for the audio source.
Made it so you can configure the audio wave sample rate for a project as a work around for now: https://github.com/Chukobyte/crescent/pull/195