Walkyst / lavaplayer-fork

Apache License 2.0
173 stars 68 forks source link

Add support for PCM_S24LE. #89

Closed devoxin closed 1 year ago

Walkyst commented 1 year ago

Thanks for PR! Can you send example of audio that is require this change?

devoxin commented 1 year ago

Certainly! An example S24LE audio file can be found here.

You can generate your own S24LE audio files with the following ffmpeg command: ffmpeg -i <input file> -f s24le output_file.wav

Walkyst commented 1 year ago

Please make other PR if you want this on custom branch too