logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

auedit - graphically record and edit audio files

Auedit And The Athena Widget Set

auedit  uses  the  X  Toolkit Intrinsics and the Athena Widget Set.  For more information, see the Athena
       Widget Set documentation.

Author

       Greg Renda, Network Computing Devices, Inc.

                                                      1.9.4                                            AUEDIT(1)

Bugs

       There is no way to manipulate individual tracks.

Description

auedit  provides  an  X-based window-oriented interface allowing the user to record and edit audio files.
       The editing features available include:

       o   Cutting, copying, pasting, and mixing within a single auedit  instance  or  between  multiple  auedit
           instances.

       o   Changing the amplitude of an interval.

       o   Reversing an interval.

       o   Fading in or out an interval.

Intervals

       Many functions in auedit operate on a range of audio data  called  an  interval.   The  initial  interval
       encompasses all of the audio data.  The interval is indicated within the wave form by two solid, vertical
       lines.   The  left marker indicates the start of the interval.  The right marker indicates the end of the
       interval.  To select an interval of audio data, use the mouse to move the interval markers  in  the  wave
       form.   Pressing  a  mouse  button in the wave form will select the marker closest to the mouse position.
       That marker may then be dragged to the desired location in the wave form.  Note that the markers may  not
       cross over each other.

Name

       auedit - graphically record and edit audio files

Options

       The following options may be used with auedit:

       -audioservername
               This option specifies the Network Audio System server to which auedit should connect.

Playing An Interval

       To  play  an  interval, click on the Play button (the one with the triangle on its side).  The audio data
       delimited by the start and end markers will  be  played.   A  dashed  vertical  line  will  indicate  the
       approximate  position of the data currently being played.  To stop playing, click on the Stop button (the
       one containing a solid square).  Clicking on Pause (the button containing two vertical,  parallel  lines)
       will  pause  the  playing.  To resume, click on Pause again.  The volume slider controls the play volume.
       The interval is played at the frequency specified by the Frequency field.  Note that while data is  being
       played, most other functions are disabled.

Screen Layout

auedit starts out with a single window divided into several areas:

       o   A collection of drop-down menus and command buttons.

       o   A volume indicator and control slider.

       o   The audio file represented as a wave form.  If the audio data contains multiple  tracks,  the  tracks
           will  be  displayed  in  ascending  order.  For stereo data, the convention is left track, then right
           track.

       o   A set of indicators displaying the interval start, duration, and end and the current position.  These
           indicators are in units of minutes, seconds, and hundredths of seconds.

       o   Buttons to play, stop, and pause the audio.

       o   Two menus indicating the current file and data formats.

       o   Two editable fields containing the current frequency and the audio file comment.

See Also

nas(1), auconvert(1), X(1)

Synopsis

auedit [-audio servername] [-toolkitoption...] [filename]

The Record Command

       Clicking on the Record button brings up the record dialog box.  The record dialog box consists of:

       o   A duration field.  This is the maximum duration of the recording in seconds.

       o   A frequency field.  This is the frequency of the recording in hertz.

       o   An input mode toggle button.  Clicking this button toggles between line mode and microphone mode.

       o   A gain slider.  This controls the input gain level.

       o   A record toggle button.  Clicking this button starts and stops the recording.

       o   A  monitor  toggle  button.  Clicking this button toggles the record monitoring feature that lets you
           hear what you're recording.

       o   A dismiss command button.  Clicking this button stops any current recording and dismisses the  record
           dialog box.

See Also