GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
gsound(1) 2022 gsound(1)

gsound - Tool for doing sound I/O using the sound gensio

gsound [-r|--rate num] [-n|--nbufs num] [-c|--channels num] [-s|--bufsize num] [-t|--type num] [-f|--format str] [-p|--play] [-L|--list-devs] [-d|--debug] [-h|--help] <device> [<file>]

The gsound program allows you to record/play sound to/from the given sound device. Sound data goes to/from file, or stdio if the file isn't given.

The sample rate, defaults to 44100.
The number of buffers, defaults to 4.
The number of channels, defaults to 1.
The number of buffer size, defaults to 2048.
The interface type, either alsa (Linux), win (Windows), portaudio (generally MacOS) or file. Default to alsa, win, or portaudio depending on the platform.
The I/O format. Default to float. May be one of double, float, int32, int24, int16, or int8
Playback data from stdin. The default is to record data to stdout.
List available devices and exit.
Enable debug. Specify more than once to increase the debug level
Help

gensio(5)

None.

Corey Minyard <minyard@acm.org>

15 Aug

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.