Open sagalpreet opened 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.
AudioSegment
wav
easy_wav
tags
Tags are being ignored as per the current export behavior of
AudioSegment
forwav
format. The fix modifies theeasy_wav
check condition to considertags
parameter if specified.