mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-02 09:01:48 -05:00
Add echomixer
Added echomixer by Giuliano Pochini <pochini@shiny.it> Mixer app for echoaudio drivers.
This commit is contained in:
parent
d16f4c79f3
commit
df4477b5b6
10 changed files with 3291 additions and 1 deletions
19
echomixer/README
Normal file
19
echomixer/README
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
|
||||
|
||||
Echomixer
|
||||
|
||||
|
||||
Emixer is the Linux equivalent of the Echoaudio console application from Echoaudio.
|
||||
It is a tool to control all the features of any Echoaudio soundcard. This includes
|
||||
clock sources, input and output gains, mixers, etc.
|
||||
|
||||
The interface is quite different than Echoaudio console. There are no pans: you set
|
||||
the channels gains directly on both mixers and volume controls. Emixer manages
|
||||
master, PCM and monitors gains separately and it provides emulation of master volume
|
||||
for cards that don't support it in hardware (all non-Vmixer cards). Furthermore it
|
||||
has a matrix mixer which is more easy to use than the Echoaudio console interface.
|
||||
|
||||
Emixer requires GTK+ 1.2 or above.
|
||||
|
||||
For more informations: http://xoomer.virgilio.it/g_pochini/ea-emixer.html
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue