Results 1 to 2 of 2

Thread: Scripting sound file editor Audacity?

  1. #1
    Join Date
    Feb 2007
    Beans
    643
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Scripting sound file editor Audacity?

    Please, does anyone know if audacity can be scripted?
    I need to reduce the length of several sound files,
    so I would need something like:

    for all files in this directory
    {
    audacity open file
    audacity resize to float seconds
    audacity save newfile
    }

    It needs to be a float, I want files 3 seconds long,
    2.5 seconds long, etc.

    If it cannot be done, if you know another way to do
    it I'm opened to all suggestions.

    Mariane

  2. #2
    Join Date
    Oct 2005
    Location
    Burlington, ON, Canada
    Beans
    104
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Scripting sound file editor Audacity?

    Did you look at the man file for audacity?

    in a terminal:
    Code:
    man audacity
    you can scroll up and down with the arrow keys, and hit q to exit.
    Peter VK

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •