add music and sound effects to an application. It is a powerful
and flexible library, with a simple and easy-to-learn API.
Besides, the library is very portable and runs under a lot of
Unices, as well as under OS/2, MacOS and Windows. Third party
individuals also maintain ports on other systems, including MS-DOS,
and BeOS.
MikMod is able to play a wide range of module formats, as well as
digital sound files. It can take advantage of particular features
of your system, such as sound redirection over the network. And
due to its modular nature, the library can be extended to support
more sound or module formats, as well as new hardware or other
sound output capabilities, as they appear.
Submitted in PR 8543 by kuebart@mathematik.uni-ulm.de (Joachim Kuebart)
While there, split (again...) into lame and lame-gui package.
Many speed ups, bug fixes, quality improvements and
added functionality (eg. ID3 tags, VBR histogram).
* xhippo.c: Changed version to 2.0. A while ago I forked this
version to experiment with using a CList rather than a List; I
think this will be the way to go in the future, so I'm sticking
with it. The scrolled window now always has the right scrollbar
and never the bottom one; this was HiP's behaviour, and I rather
liked it. It occurred to me that I hadn't done much development on
xhippo since it became a GNU project, so I figured that it was
time to spend some time on the improved version and tidy it up a
little. Reenabled scroll_catchup that I'd commented out; it now
works but gets positioning slightly wrong. Made the load requester
OK handler scroll the list back up to the top. Added -Wall to the
compilation options to find compiler warnings (and removed
them). Noticed that ID3 tag reading is horribly broken, reading
(apparently) 4 more characters than it should; fixed, although I
don't have the ID3 spec to fix it properly. Added HiP-esque
keyboard accelerators for Stop and Random. (I've bound both KP*
and KP- to Random because on the Amiga keyboard the star is in the
top right corner. I have no idea what HiP's accelerator for Stop
was, so I've bound / to it.) Fixed the Restart button (adding
last_played along the way). Also, I have no idea what I did, but
it fixed the resizing problem, so that's good. Checked the look of
the interface with several GTK themes... it's looking good!
(Particularly with XFCE.)
- Prevent configure from picking up any stray /dev/dsp's and believing
it should use OSS
- In the play script, add proper arguments if ran on NetBSD
- Fix the $PATH setting in the play script