jiaaro / pydub

Manipulate audio with a simple and easy high level interface
http://pydub.com
MIT License
8.96k stars 1.05k forks source link

Fix bug in exporting to wav format with tags #791

Open sagalpreet opened 6 months ago

sagalpreet commented 6 months ago

Tags are being ignored as per the current export behavior of AudioSegment for wav format. The fix modifies the easy_wav check condition to consider tags parameter if specified.