Commit graph

9 commits

Author SHA1 Message Date
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
gson
d584ce1e7f Updated to version 2.2. Summary of changes:
----------------- Released 2.2a2, 6/20/02 -----------------------

7/17/02 (new feature) Support for Linux ALSA PCM sound drivers. New
compile time configure option --enable-alsa.

9/12/02 (enhancement) Many improvements to the MP3 decoder,
e.g. better seeking. (Wilkason)

9/12/02 (new feature) Automatic selection of default sample rate for
new sound objects.

----------------- Released 2.2a3, 9/13/02 -----------------------

9/19/02 (new feature) Modified sources (added CONST qualification on
pointers in Tcl API's where required) in order to compile cleanly with
Tcl8.4.0 as well as with earlier versions.

9/19/02 (enhancement) Updated package "snackogg" to support release
1.0 of Ogg/Vorbis.

9/29/02 (new feature) New sound command 'mix', which is used to mix
two sound objects with optional scaling.

9/29/02 (bug fix) Fixed problem with the 'convert' command and some
joint rate/channel conversion combinations. (Pique)

----------------- Released 2.2b1, 9/29/02 -----------------------

10/29/02 (bug fix) Fixed segmentation fault that occured when playing
a sound and start time > end time, and no callback was
registered. (Davis)

10/29/02 (bug fix) Fixed problem with crash on exit for some Windows
systems.

11/4/02 (enhancement) Better handling of mono output on stereo only
hardware.

11/5/02 (enhancement) Improvements to the MP3 decoder to allow
multiple sounds to cleanly decode one stream each
simultaneously. (Wilkason)

11/5/02 (change) Various fixes to configure.in/Makefile.in and
win/*.dsp.

----------------- Released 2.2b2, 11/6/02 -----------------------

11/14/02 (new feature) Support for Mac OS X. (McSpadden)

11/14/02 (bug fix) Fixed a couple of problems with sound I/O using
Windows DirectSound.

----------------- Released 2.2, 11/14/02 -----------------------

11/19/02 (bug fix) Fixed problem with SnackAudioPlayed() on Windows,
return value could roll over after lengthy sound output. (Wilkason)
2002-12-01 21:57:06 +00:00
gson
d477135580 Use buildlink2. 2002-12-01 21:34:16 +00:00
wiz
d89db86610 Add buildlink2.mk. 2002-10-21 14:42:13 +00:00
gson
114f0bc1ab Use /dev/sound rather than /dev/dsp as the default audio device
on NetBSD
2002-08-27 04:36:19 +00:00
gson
42fc128898 Removed stray "/include" from XINCLUDES and half-baked
buildlink stuff from Makefile.
2002-08-26 02:26:26 +00:00
gson
e35a416abb Added missing dependency on x11/tk 2002-08-26 00:01:32 +00:00
gson
ed2826b75a Add tcl-snack: the Snack Sound Toolkit
The Snack Sound Toolkit is designed to be used with a scripting
language such as Tcl/Tk or Python. Using Snack you can create powerful
multi-platform audio applications with just a few lines of code. Snack
has commands for basic sound handling, e.g. sound card and disk
I/O. Snack also has primitives for sound visualization, e.g. waveforms
and spectrograms. It was developed mainly to handle digital recordings
of speech, but is just as useful for general audio. Snack has also
successfully been applied to other one-dimensional signals.
2002-08-25 18:34:39 +00:00