Changes between Version 2 and Version 3 of Ticket #92, comment 61


Ignore:
Timestamp:
Jan 25, 2021, 12:25:19 PM (3 years ago)
Author:
Lars Erdmann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #92, comment 61

    v2 v3  
    22
    33What 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 /S
     4for %F in (*.wav) do @eautil %F NUL /S
    55
    66Then, 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.