From 8d05196bf0f9339218ed901308b1c022f8fba8a8 Mon Sep 17 00:00:00 2001 From: Petar Petrov Date: Sat, 4 Jul 2015 09:27:58 +0700 Subject: audio/rezound: Added (audio file editor). Signed-off-by: Willy Sudiarto Raharjo --- audio/rezound/README | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 audio/rezound/README (limited to 'audio/rezound/README') diff --git a/audio/rezound/README b/audio/rezound/README new file mode 100644 index 0000000000..1463e6dd1b --- /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 -- cgit v1.2.3