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 30 31 32 33 34
|
Source: awesfx
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Build-Depends: debhelper-compat (= 13),
libasound2-dev,
pkgconf,
systemd-dev
Homepage: https://github.com/tiwai/awesfx
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/multimedia-team/awesfx.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/awesfx
Package: awesfx
Architecture: linux-any
Depends: ${misc:Depends},
${shlibs:Depends}
Suggests: fluid-soundfont-gm,
fluid-soundfont-gs,
timgm6mb-soundfont
Description: utility programs for AWE32/64 and Emu10k1 driver
This package contains the following programs:
- asfxload SoundFont file loader (ALSA)
- sfxload SoundFont file loader (OSS)
- setfx Chorus/reverb effect loader
- aweset Change the running mode of AWE driver
- sf2text Convert SoundFont to readable text
- text2sf Convert from text to SoundFont file
- gusload GUS PAT file loader
- sfxtest Example program to control AWE driver
.
The package includes a collection of SoundFont managing routines
called AWElib. By default, AWElib is installed as a static library.
|