slackbuilds/audio/rezound
Petar Petrov ec514e32c4 Multiple: update email, year and slack-desc
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-01-17 09:40:16 +07:00
..
README audio/rezound: Set pulseaudio as default sound system 2016-01-17 09:40:16 +07:00
doinst.sh audio/rezound: Added (audio file editor). 2015-07-04 10:38:22 +07:00
rezound.SlackBuild Multiple: update email, year and slack-desc 2016-01-17 09:40:16 +07:00
rezound.desktop audio/rezound: Added (audio file editor). 2015-07-04 10:38:22 +07:00
rezound.info Multiple: update email, year and slack-desc 2016-01-17 09:40:16 +07:00
rezound.png audio/rezound: Added (audio file editor). 2015-07-04 10:38:22 +07:00
slack-desc audio/rezound: Added (audio file editor). 2015-07-04 10:38:22 +07:00

README

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