EnglishFrenchSpanish

Ad


OnWorks favicon

audiotool - Online in the Cloud

Run audiotool in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command audiotool that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


audiotool - manipulate audio data files.

SYNOPSIS


audiotool -append [-offset=pos] target audiofiles...
audiotool -build [-encoding=codec] target audiofiles...
audiotool -chart [-silence=value] [-framing=msec] audiofiles...
audiotool -codecs
audiotool -info audiofile
audiotool -notation audiofile [``new-string'']
audiotool -play audiofiles...
audiotool -plugins
audiotool -soundcard [index]
audiotool -strip [-silence=value] [-framing=msec] audiofiles...
audiotool -trim [-silence=value] [-framing=msec] [-padding=frames] audiofiles...
audiotool -version

DESCRIPTION


Audiotool is used to copy, manipulate, and examine the contents of audio files. These
audio files may be raw headerless audio data or audio stored in common data files such as
.wav or .au files. In the near future audiotool will also support packetized audio files
such as .mp3 and .ogg.

-append
appends the content of other audio files into an existing audio file. The offset
to save within the existing file may be specified. If nessisary the content of the
specified files will be re-encoded in the codec of the file being appended to.

-build Build a brand new audio file from scratch and then copy content from existing audio
files into it. The encoding of the new audio file will either be based on the file
extension, the audio file that is being copied into it, or by specifying the
encoding format directly.

-chart This is used to generate an energy chart profile of the audio file frame by frame.
A * indicates solid audio content, a ^ indicates what might be a lead or trailer
section of partial content, and a . indicates relative silence. Soon a autotrim
option will be added to audiotool to remove silent frames.

-codecs
List all active codec objects. If you have plugins which are loaded that creates
codec objects which match a built-in codec, the plugin will be selected first.

-info The info command gives you basic information on the audio file, including what
format it is stored as, what codec the audio data is encoded in, how much data is
in the file, what the bit rate used is, etc.

-notation
Notation can be used to either set or display the annotation stored in audio files
which support annotations, such as .au and .wav files.

-play Plays the content of the audio file to the default system audio device (soundcard).
Play is supported on w32 and posix systems that support oss audio. Future work
will expand to additional platforms.

-plugins
This simply returns the path to the plugins directory. All plugins are loaded with
Audio::init(). Plugins are not supported when building with static linkage.

-strip Strips out all silent frames from an audio file. Silent frames are those which
fall below a threashold and that have no peak impulse above the threashold.

-trim Removes leading and trailing "silence" from a file. The -padding option may be
used to add additional silent frames at the end of the file after it has been
trimed, as this may be needed for files that will later be used to join together
phrases.

Use audiotool online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    wxPython
    wxPython
    A set of Python extension modules that
    wrap the cross-platform GUI classes from
    wxWidgets.. Audience: Developers. User
    interface: X Window System (X11), Win32 ...
    Download wxPython
  • 2
    packfilemanager
    packfilemanager
    This is the Total War pack file manager
    project, starting from version 1.7. A
    short introduction into Warscape
    modding: ...
    Download packfilemanager
  • 3
    IPerf2
    IPerf2
    A network traffic tool for measuring
    TCP and UDP performance with metrics
    around both throughput and latency. The
    goals include maintaining an active
    iperf cod...
    Download IPerf2
  • 4
    fre:ac - free audio converter
    fre:ac - free audio converter
    fre:ac is a free audio converter and CD
    ripper for various formats and encoders.
    It features MP3, MP4/M4A, WMA, Ogg
    Vorbis, FLAC, AAC, and Bonk format
    support, ...
    Download fre:ac - free audio converter
  • 5
    Matplotlib
    Matplotlib
    Matplotlib is a comprehensive library
    for creating static, animated, and
    interactive visualizations in Python.
    Matplotlib makes easy things easy and
    hard thing...
    Download Matplotlib
  • 6
    BotMan
    BotMan
    Write your chatbot logic once and
    connect it to one of the available
    messaging services, including Amazon
    Alexa, Facebook Messenger, Slack,
    Telegram or even yo...
    Download BotMan
  • More »

Linux commands

Ad