diff options
author | B. Watson <yalhcru@gmail.com> | 2013-06-16 09:48:21 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-06-16 09:48:21 -0300 |
commit | 196343e6b410768bee66d15c83a6ce87107d70b7 (patch) | |
tree | 7386e9c7513f87d10c92d64d26333eec200d211c /audio/alsa-tools/README | |
parent | 3f8b43eda9ef203a4bcd448e4bb0ee7137032c17 (diff) | |
download | slackbuilds-196343e6b410768bee66d15c83a6ce87107d70b7.tar.gz |
audio/alsa-tools: Updated for version 1.0.27.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'audio/alsa-tools/README')
-rw-r--r-- | audio/alsa-tools/README | 67 |
1 files changed, 40 insertions, 27 deletions
diff --git a/audio/alsa-tools/README b/audio/alsa-tools/README index 4d2f15ff7e..a08fa787cd 100644 --- a/audio/alsa-tools/README +++ b/audio/alsa-tools/README @@ -11,30 +11,43 @@ with the alsa-tools source). Also included is the SlackBuild author's Included tools: -ac3dec - simple AC3 stream decoder -as10k1 - assembler for the emu10k1 DSP chip present in Creative soundcards -cspctl - Sound Blaster 16 ASP/CSP control program -dl10k1 - loads dumps previously created with lo10k1 & ld10k1 -echomixer - Linux equivalent of the Echoaudio console application -envy24control - Control tool for Envy24 (ice1712) based soundcards -extract_ac3 - extract AC3 streams from VOB files -hdspconf - GUI to control the Hammerfall HDSP Alsa Settings -hdsploader - firmware loader for the RME Hammerfall DSP cards -hdspmixer - Linux equivalent of the Totalmix application from RME -hwmixvolume - hardware mixer control for cards using hardware mixing -init_audigy, init_audigy_eq10, init_live - initialize Creative cards -ld10k1 - dump patches stored in an EMU10K1/EMU10K2 card -ld10k1d - daemon for lo10k1 -lo10k1 - EMU10K1 (EMU10K2) patch loader for ALSA -mixartloader - Firmware loader for Digigram miXart soundcards -pcxhrloader - Firmware loader for Digigram pcxhr compatible soundcards -qlo10k1 - GUI for loading patches on EMU10K1/EMU10K2 cards -rmedigicontrol - control tool for RME Digi32 and RME Digi96 soundcards -sbiload - OPL2/3 FM instrument loader for ALSA hwdep -sscape_ctl - ALSA SoundScape control utility -us428control - Tascam US-428 control surface daemon -usx2yloader - 2nd Phase Firmware loader for Tascam USX2Y USB soundcards -vxloader - Firmware loader for Digigram VX soundcards - -One of the tools (qlo10k1) uses Qt3. If you need this tool, install qt3, -and pass QT3=yes in the environment for alsa-tools.SlackBuild. + as10k1 - assembler for emu10k1 DSP chip present in Creative soundcards + cspctl - Sound Blaster 16 ASP/CSP control program + dl10k1 - loads dumps previously created with lo10k1 & ld10k1 +* echomixer - Linux equivalent of the Echoaudio console application +* envy24control - Control tool for Envy24 (ice1712) based soundcards + hda-verb - send a HD-audio command to an intel-hda hwdep device +* hdajackretask - retask the hardware jacks on intel-hda devices +* hdspconf - GUI to control the Hammerfall HDSP Alsa Settings + hdsploader - firmware loader for the RME Hammerfall DSP cards +* hdspmixer - Linux equivalent of the Totalmix application from RME + hwmixvolume - hardware mixer control for cards using hardware mixing + init_audigy, init_audigy_eq10, init_live - initialize Creative cards + ld10k1 - dump patches stored in an EMU10K1/EMU10K2 card + ld10k1d - daemon for lo10k1 + lo10k1 - EMU10K1 (EMU10K2) patch loader for ALSA + mixartloader - Firmware loader for Digigram miXart soundcards + pcxhrloader - Firmware loader for Digigram pcxhr compatible soundcards +* qlo10k1 - GUI for loading patches on EMU10K1/EMU10K2 cards +* rmedigicontrol - control tool for RME Digi32 and RME Digi96 soundcards + sbiload - OPL2/3 FM instrument loader for ALSA hwdep + sscape_ctl - ALSA SoundScape control utility + us428control - Tascam US-428 control surface daemon + usx2yloader - 2nd Phase Firmware loader for Tascam USX2Y USB soundcards + vxloader - Firmware loader for Digigram VX soundcards + +(Older versions included the tools "ac3dec" and "extract_ac3", which +were removed from 1.0.27, probably for legal reasons) + +Tools marked with an * are GUI tools that require X. To build on an X-less +system, set GUI=no in the environment. + +Optional dependencies: + +qt3 - only used for qlo10k1 tool (used for loading patches into emu10k1 + cards with a hardware MIDI synth). This tool won't be built, if + qt3 is not installed (or QT3=no or GUI=no is set in the environment). + +fltk - only used for the hdspconf and hdspmixer tools (only useful for + Hammerfall HDSP cards). This tool won't be built, if fltk is not + installed (or FLTK=no or GUI=no is set in the environment). |