diff options
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 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 |