SOLVED RC build: Stereo to Mono batch tool in Audacity (macro script)

Discussion in 'Car Modding' started by Frederick Alonso, May 2, 2022.

  1. Frederick Alonso

    Frederick Alonso Registered

    Joined:
    May 29, 2020
    Messages:
    397
    Likes Received:
    2,648
    Hey Guys,

    I was doing sounds one by one while thinking about writing a small macro, seems it did work fine.

    Stereo to mono in Audacity. ZIP DOWNLOAD (GDRIVE)

    Inside the zip is my empty project, follow the HOWTO.jpg > batch export audio files will be inside the macro-output folder .. Took me 2 seconds for 75 mb with 59 files.

    [​IMG]


    On the official Discord, Devin added below me:

    For anyone who's ever used ffmpeg, you can also do for i in *.wav; do ffmpeg -i "$i" -ac 1 "new/${i%.*}.wav"; done which downmixes that folder's wav files to mono in batch. Takes about a second for some 50MB worth of audio files
     
    zxd1997, DJCruicky and davehenrie like this.
  2. Woodee

    Woodee Registered

    Joined:
    Oct 4, 2010
    Messages:
    4,010
    Likes Received:
    1,071
  3. McFlex

    McFlex Registered

    Joined:
    Feb 23, 2012
    Messages:
    1,031
    Likes Received:
    317
    The download link doesn't work anymore. Would be great if you could reupload
     

Share This Page