If an pydub.AudioSegment is created from a file that is neither a .wav or .raw file, the library tries to interact with the ffmpeg CLI. Two possible resolutions:
- Tell users they should have ffmpeg installed if they want support for non-
.wav/.raw audio files 😢
- ... or convert manually using pyav (as far as possible?)
If an
pydub.AudioSegmentis created from a file that is neither a.wavor.rawfile, the library tries to interact with the ffmpeg CLI. Two possible resolutions:.wav/.rawaudio files 😢