Linux audio
(Redirected from audio (Linux))
Jump to navigation
Jump to search
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.