Changes between Version 2 and Version 3 of Ticket #92, comment 61
- Timestamp:
- Jan 25, 2021, 1:25:19 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #92, comment 61
v2 v3 2 2 3 3 What you can try: switch to the folder where these WAV files are located and run eautil to REMOVE all EAs from these files: 4 for %F in (*.wav) @eautil %F NUL /S4 for %F in (*.wav) do @eautil %F NUL /S 5 5 6 6 Then, retry again. I think, it has to do with the EAs that the CWMM classes add to the WAV files. Don't worry, these EAs will be regenerated where necessary.