SlackBuildsOrg/audio/rezound/README
Robby Workman 26f7fbf5d4 audio/rezound: Set pulseaudio as default sound system
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2016-01-17 09:40:16 +07:00

30 lines
727 B
Text

ReZound aims to be a stable, open source, and graphical audio file
editor primarily for but not limited to the Linux operating system.
Supported File Formats:
- Native ReZound
- WAVE
- AIFF/AIFF-C
- NeXT/Sun
- Berkeley/IRCAM/CARL
- raw
- Ogg Vorbis
- MPEG Layer-3,2,1
- FLAC (preliminary)
- MIDI Sample Dump Standard
Supported Audio I/O Interfaces:
- OSS
- ALSA
- JACK
- PortAudio
- PulseAudio
The default audio interface is set to ALSA. You can enable alternative
audio interfaces by passing variables to the script (VARIABLE=yes/no):
PULSE=yes|no (default: yes)
ALSA=yes|no (default: no)
OSS=yes|no (default: no)
JACK=yes|no (default: no), requires jack-audio-connection-kit
PORT=yes|no (default: no), requires portaudio