Difference between revisions of "Linux audio"
Jump to navigation
Jump to search
(→Notes: sox) |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[ | + | ==Navigation== |
+ | [[computing]]: [[software]]: [[Linux]]: [[Linux audio|audio]]{{seed}} | ||
==Articles== | ==Articles== | ||
− | * [[Linux | + | * [[Linux music production]]: techniques & software specifically for music production (e.g. MIDI, loops) |
− | == | + | * [[Linux audio production]]: audio production (typically involving multitrack, high sampling rates/depths, etc.) |
− | *[http://arstechnica.com/guides/tweaks/linux-audio.ars Linux audio]: guide to audio apps/systems in Linux | + | ==Reference== |
+ | * [http://lawiki.fugal.net/linuxaudio/show/HomePage Sound and MIDI Software For Linux]: mirror/replacement for linux-sound.org | ||
+ | * [http://linux-sound.org/ Sound & MIDI Software For Linux] | ||
+ | * [http://arstechnica.com/guides/tweaks/linux-audio.ars Linux audio]: guide to audio apps/systems in Linux | ||
+ | |||
+ | ==Other Apps== | ||
+ | * [http://www.baudline.com/ baudline] advanced audio analyzer for Linux/BSD | ||
+ | * [http://wiki.hydrogenaudio.org/index.php?title=Rubyripper Rubyripper]: very exacting CD ripper | ||
+ | ==Notes== | ||
+ | [[sox (audio utility)|sox]], aka [[Sound eXchange]]: command-line audio utility. Creates, converts, and manipulates audio data. | ||
+ | |||
+ | If sound won't work, here are some things to check. | ||
+ | * Go into any of the mixer applications and make sure nothing important is muted | ||
+ | * '''/dev/audio''' and '''/dev/dsp''' | ||
+ | ** permissions should be set up so you can read and write; typically, they will be owned by user "root" and group "audio", with read/write permission for user and group, and you must belong to the "audio" group. | ||
+ | ** {{linuxcmd|lsof}} each of these files (e.g. "lsof /dev/audio") to be sure neither is locked by another application (some audio applications can crash while leaving the audio device locked). Once unlocked after having been locked, you may need to restart the audio system for it to work again. |
Latest revision as of 00:57, 13 January 2008
computing: software: Linux: audio
This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!
|
Articles
- Linux music production: techniques & software specifically for music production (e.g. MIDI, loops)
- Linux audio production: audio production (typically involving multitrack, high sampling rates/depths, etc.)
Reference
- Sound and MIDI Software For Linux: mirror/replacement for linux-sound.org
- Sound & MIDI Software For Linux
- Linux audio: guide to audio apps/systems in Linux
Other Apps
- baudline advanced audio analyzer for Linux/BSD
- Rubyripper: very exacting CD ripper
Notes
sox, aka Sound eXchange: command-line audio utility. Creates, converts, and manipulates audio data.
If sound won't work, here are some things to check.
- Go into any of the mixer applications and make sure nothing important is muted
- /dev/audio and /dev/dsp
- permissions should be set up so you can read and write; typically, they will be owned by user "root" and group "audio", with read/write permission for user and group, and you must belong to the "audio" group.
- lsof each of these files (e.g. "lsof /dev/audio") to be sure neither is locked by another application (some audio applications can crash while leaving the audio device locked). Once unlocked after having been locked, you may need to restart the audio system for it to work again.