EnglishFrenchSpanish

Ad


OnWorks favicon

out123 - Online in the Cloud

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

This is the command out123 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


out123 - play raw PCM audio to an output device

SYNOPSIS


cat audio.raw | out123 [ options ]

DESCRIPTION


out123 reads raw PCM data (in host byte order) from standard input and plays it on the
audio device specified by given options.

OPTIONS


out123 options may be either the traditional POSIX one letter options, or the GNU style
long options. POSIX style options start with a single ``-'', while GNU long options start
with ``--''. Option arguments (if needed) follow separated by whitespace (not ``='').
Note that some options can be absent from your installation when disabled in the build
process.

-o module, --output module
Select audio output module. You can provide a comma-separated list to use the first
one that works.

--list-modules
List the available modules.

-a dev, --audiodevice dev
Specify the audio device to use. The default is system-dependent (usually
/dev/audio or /dev/dsp). Use this option if you have multiple audio devices and
the default is not what you want.

-s, --stdout
The audio samples are written to standard output, instead of playing them through
the audio device. The output format is the same as the input ... so in this mode,
mpg123 acts like the standard tool cat.

-O file, --outfile
Write raw output into a file (instead of simply redirecting standard output to a
file with the shell).

-w file, --wav
Write output as WAV file file , or standard output if - is used as file name. You
can also use --au and --cdr for AU and CDR format, respectively. Note that WAV/AU
writing to non-seekable files or redirected stdout needs some thought. The header
is written with the first actual data. The result of decoding nothing to WAV/AU is
a file consisting just of the header when it is seekable and really nothing when
not (not even a header). Correctly writing data with prophetic headers to stdout is
no easy business.

--au file
Write to file in SUN audio format. If - is used as the filename, the AU file is
written to stdout. See paragraph about WAV writing for header fun with non-seekable
streams.

--cdr file
Write to file as a CDR (CD-ROM audio, more correctly CDDA for Compact Disc Digital
Audio). If - is used as the filename, the CDR file is written to stdout.

-m, --mono
Set for single-channel audio (default is two channels, stereo).

--stereo
Select stereo output (2 channels, default).

-r rate, --rate rate
Set sample rate in Hz (default: 44100). If this does not match the actual input
sampling rate, you get changed pitch. Might be intentional;-)

-e enc, --encoding enc
Choose output sample encoding. Possible values look like f32 (32-bit floating
point), s32 (32-bit signed integer), u32 (32-bit unsigned integer) and the variants
with different numbers of bits (s24, u24, s16, u16, s8, u8) and also special
variants like ulaw and alaw 8-bit. See the output of out123's longhelp for
actually available encodings. Default is s16.

-o h, --headphones
Direct audio output to the headphone connector (some hardware only; AIX, HP, SUN).

-o s, --speaker
Direct audio output to the speaker (some hardware only; AIX, HP, SUN).

-o l, --lineout
Direct audio output to the line-out connector (some hardware only; AIX, HP, SUN).

-b size, --buffer size
Use an audio output buffer of size Kbytes. This is useful to bypass short periods
of heavy system activity, which would normally cause the audio output to be
interrupted. You should specify a buffer size of at least 1024 (i.e. 1 Mb, which
equals about 6 seconds of usual audio data) or more; less than about 300 does not
make much sense. The default is 0, which turns buffering off.

--preload fraction
Wait for the buffer to be filled to fraction before starting playback (fraction
between 0 and 1). You can tune this prebuffering to either get sound faster to your
ears or safer uninterrupted web radio. Default is 1 (wait for full buffer before
playback).

-t, --test
Test mode. The audio stream is read, but no output occurs.

-v, --verbose
Increase the verbosity level.

-q, --quiet
Quiet. Suppress diagnostic messages.

--aggressive
Tries to get higher priority

-T, --realtime
Tries to gain realtime priority. This option usually requires root privileges to
have any effect.

-?, --help
Shows short usage instructions.

--longhelp
Shows long usage instructions.

--version
Print the version string.

AUTHORS


Maintainer:
Thomas Orgis <[email protected]>, <[email protected]>

Creator (ancestry of code inside mpg123):
Michael Hipp

Uses code or ideas from various people, see the AUTHORS file accompanying the source code.

Use out123 online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Phaser
    Phaser
    Phaser is a fast, free, and fun open
    source HTML5 game framework that offers
    WebGL and Canvas rendering across
    desktop and mobile web browsers. Games
    can be co...
    Download Phaser
  • 2
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 3
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 4
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 5
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 6
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • More »

Linux commands

  • 1
    abidiff
    abidiff
    abidiff - compare ABIs of ELF files
    abidiff compares the Application Binary
    Interfaces (ABI) of two shared libraries
    in ELF format. It emits a meaningful
    repor...
    Run abidiff
  • 2
    abidw
    abidw
    abidw - serialize the ABI of an ELF
    file abidw reads a shared library in ELF
    format and emits an XML representation
    of its ABI to standard output. The
    emitted ...
    Run abidw
  • 3
    copac2xml
    copac2xml
    bibutils - bibliography conversion
    utilities ...
    Run copac2xml
  • 4
    copt
    copt
    copt - peephole optimizer SYSNOPIS:
    copt file.. DESCRIPTION: copt is a
    general-purpose peephole optimizer. It
    reads code from its standard input and
    writes an ...
    Run copt
  • 5
    gather_stx_titles
    gather_stx_titles
    gather_stx_titles - gather title
    declarations from Stx documents ...
    Run gather_stx_titles
  • 6
    gatling-bench
    gatling-bench
    bench - http benchmark ...
    Run gatling-bench
  • More »

Ad