summaryrefslogtreecommitdiffstats
path: root/audio/rezound/README
blob: 63687776c7d06161b044436262576b7d87c0aaa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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