mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
Added note about jack plugin
This commit is contained in:
parent
e14cdf70ae
commit
915de60abf
1 changed files with 11 additions and 0 deletions
11
INSTALL
11
INSTALL
|
|
@ -74,3 +74,14 @@ If your machine does not have FP unit, you should use '--with-softfloat'
|
||||||
option. This option disables usage of float numbers in PCM route plugin.
|
option. This option disables usage of float numbers in PCM route plugin.
|
||||||
ALSA could then leave much more CPU cycles for your applications, but you
|
ALSA could then leave much more CPU cycles for your applications, but you
|
||||||
could still need some floating point emulator.
|
could still need some floating point emulator.
|
||||||
|
|
||||||
|
Jack plugin
|
||||||
|
-----------
|
||||||
|
|
||||||
|
To build the jack pcm plugin, use this sequence:
|
||||||
|
|
||||||
|
cd alsa-lib/src/pcm/ext
|
||||||
|
make jack
|
||||||
|
make jack-install
|
||||||
|
|
||||||
|
The default directory for add-on modules is ${prefix}/lib/alsa-lib.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue