diff options
author | Petar Petrov <petar.petrov@student.oulu.fi> | 2015-07-04 09:27:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-04 10:38:22 +0700 |
commit | 8d05196bf0f9339218ed901308b1c022f8fba8a8 (patch) | |
tree | 8fdab0112f655e1893020f546208e6acf66bfc7c /audio/rezound/README | |
parent | 9cd064e6cde83c4a3bfadae532e5ec3f439d9efe (diff) |
audio/rezound: Added (audio file editor).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/rezound/README')
-rw-r--r-- | audio/rezound/README | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/audio/rezound/README b/audio/rezound/README new file mode 100644 index 000000000000..1463e6dd1b81 --- /dev/null +++ b/audio/rezound/README @@ -0,0 +1,30 @@ +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): + +OSS=yes|no (default: no) +ALSA=yes|no (default: yes) +JACK=yes|no (default: no), requires jack-audio-connection-kit +PORT=yes|no (default: no), requires portaudio +PULSE=yes|no (default: no), requires pulseaudio |