You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was hoping to use ffmpeg::software::resampler to resample some mulaw PCM samples to s16 PCM of a different sample rate. There's no mulaw or alaw in https://docs.rs/ffmpeg/latest/ffmpeg/util/format/sample/enum.Sample.html but then I'm not sure if that's the right place for it if it's just for representing the type in memory
The text was updated successfully, but these errors were encountered:
I was hoping to use
ffmpeg::software::resampler
to resample some mulaw PCM samples to s16 PCM of a different sample rate. There's no mulaw or alaw in https://docs.rs/ffmpeg/latest/ffmpeg/util/format/sample/enum.Sample.html but then I'm not sure if that's the right place for it if it's just for representing the type in memoryThe text was updated successfully, but these errors were encountered: