summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2004-11-27Updated wavesurfer to version 1.7.4. Summary of changes:gson3-43/+44
* Changes in WaveSurfer version 1.7.4 New functionality for handling long transcription files. The Browse dialog now shows all text for easy navigation. Words are highlighted during playback and when clicked on that part of the sound file will be centered in the view. Unwanted labels can be hidden in transcription panes. Added possibility to "child safe" panes through the new option -state to method addPane in the wsurf API, create such panes like this: $widget addPane -state disabled * Changes in WaveSurfer version 1.7.3 New statistics window for dataplot-pane Several other improvements and bug fixes * Changes in WaveSurfer version 1.7.2 New View-menu items for quick and accurate zooming WaveBar now displays the zoom level Moved several preference items from Misc-pane to new Sound I/O-pane Many other improvements and bug fixes * Changes in WaveSurfer version 1.7.1 Corrected bugs in TIMIT-format detection and Chooser... Multiple -config options can now be given when starting WaveSurfer from the command line Added method wsurf::new * Changes in WaveSurfer version 1.7 Transcription file format is now automatically detected The WaveSurfer transcription format now allows for non-contiguous labels The menu item for converting transcription format became superfluous due to other changes and was removed * Changes in WaveSurfer version 1.6.5 WaveSurfer binaries now use Snack 2.2.7 * Changes in WaveSurfer version 1.6.4 New "Chooser" dialog to load a list of sound file names for quick access. The command line option -filelist can be used to specify this list at start-up. New transcription function to split a sound file according to a transcription. Labels specify file names. Wsurf widget now has zoom icons built in. WaveSurfer binaries now use Snack 2.2.5 Updated demos Many bug fixes * Changes in WaveSurfer version 1.6.3 New Wsurf.py by Kazuaki Maeda used for embedding wsurf widgets in Python applications Key bindings Shift-Control-space for playing labels continuously with short inserted pause between each Many bug fixes * Changes in WaveSurfer version 1.6.2 WaveSurfer MacOSX binary does not require a Tcl/Tk installation anymore Key bindings for zooming File | Save will now save files for all panes if they contain changes or if they have been created from scratch Removed confusing properties, such as "Data spacing", for dataplot panes related to pitch, power, and formant plots Current configuration shown in title bar WaveSurfer binaries now use Snack 2.2.4 Bug fixes for locking dataplots, Windows USB sound cards, etc. * Changes in WaveSurfer version 1.6.1 Bug fix in dataplot plug-in which prevented saving of configurations Some sound information is now shown in the message bar when cursor is over the widget title bar * Changes in WaveSurfer version 1.6.0 Changed organization of pop-up menus Dataplot pane can now also display files where one column gives the time coordinate New Python API for writing WaveSurfer plugins in Python. Contributed Geoffrey Wilfart Other minor bug fixes * Changes in WaveSurfer version 1.5.7 Improved transcription file search logic A start time offset can be specified for the time axis Values in spectrum section can now be copied to the clipboard as text Enhancements and bug fixes * Changes in WaveSurfer version 1.5.6 Added standard copy/paste functionality for transcription labels Values in dataplot pane can now be copied to the clipboard as text Other enhancements and bug fixes * Changes in WaveSurfer version 1.5.5 New "About WaveSurfer" window that displays version and build id (date+time). Moved Plug-ins menu entry from File menu to "Help | About Plug-ins" Fixed bugs in dataplot and off-line help on windows. Other enhancements and bug fixes * Changes in WaveSurfer version 1.5.4 Reorganized popup-menu and moved several functions to Analysis sub-menu Help page works without internet connection Pasting of transcription labels and regexp search Several other enhancements and bug fixes * Changes in WaveSurfer version 1.5.3 WaveSurfer binaries now use Snack 2.2.3 Many minor enhancements and bug fixes * Changes in WaveSurfer version 1.5.2 Default configuration can now be specified Preference settings can now be stored together with configuration New slider for changing spectrogram analysis bandwith Fixed recording problem on Windows Transcription improvements: play labels with mouse button 2, boundaries lie above selection Several other minor enhancements * Changes in WaveSurfer version 1.5.1 Cursor visible in transcription panes New time format: seconds Transcription panes now defaults to use WaveSurfer native format WaveSurfer binaries now use Snack 2.2.2 Many minor enhancements and bug fixes * Changes in WaveSurfer version 1.5 Looping playback Support for 24-bit recording New enhanced console New build system for WaveSurfer binaries, should solve earlier problems with anti-virus software WaveSurfer binaries now use Tcl/Tk 8.4.2 Many bug fixes * Changes in WaveSurfer version 1.4.7 Improved printing on Windows Support for packed 24-bit files CoreAudio support on MacOS Transcription labels can highlight during playback WaveSurfer now uses Snack version 2.2.1 Many bug fixes. For example, regarding of Waves transcription files, unsynchronized panes, frequency axis after rate conversion, scroll during playback, combobox rendering on Macintosh
2004-11-27Updated tcl-snack to version 2.2.8. Summary of changes:gson5-44/+38
----------------- 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) 1/16/03 (enhancement) Canvas items now work on Mac OS X, also added Makefile hardcoded for Tcl8.4.1. 1/24/03 (new feature) Support for standard configure/make build systom on Mac OS X. 1/24/03 (new feature) Core Audio support for Mac OS X. 2/06/03 (new feature) Improved build support for Mac OS X. (Steffen) 2/10/03 (new feature) New sample encoding format Lin24Packed. 2/11/03 (bug fix) Fixed problem with the ESPS pitch tracker. 2/10/03 (new feature) Snack libraries compiled for Tcl/Tk 8.4 now work with earlier stub versions as well. ----------------- Released 2.2.1, 2/21/03 ----------------------- 2/28/03 (new feature) Included project files for MSVC++ 7.0. 3/3/03 (new feature) 24-bit recording supported on 24-bit capable hardware. 3/5/03 (change) Updated the release to use Tcl/Tk 8.4 as default 3/6/03 (bug fix) Fixed convert command for conversions involving Lin24 and Lin32 sample encodings. 5/8/03 (enhancement) Several improvements to the MP3 decoder. (Wilkason) 5/8/03 (enhancement) Enhanced streaming support regarding slow networks and playback of long tracks. (Wilkason) ----------------- Released 2.2.2, 5/9/03 ----------------------- 8/5/03 (bug fix) Fixed bug in audio code for Mac OS X. 8/26/03 (enhancement) On Sun machines the environment variable AUDIODEV is now used. 8/27/03 (new feature) Updated Snack script compiler, wrap.tcl, to use TclKit. 8/27/03 (new feature) New sound commands powerSpectrum and speatures. 8/29/03 (change) Changed distribution format for Windows. ----------------- Released 2.2.3, 8/29/03 ----------------------- 9/9/03 (bug fix) Bug fix in the AIFF header parsing routine. 11/20/03 (bug fix) Bug fix in the pitch command for short sounds (ESPS method) (Theado) 11/20/03 (new feature) Easier Python installation through setup.py script. (Owen) 2/6/04 (bug fix) Bug fix for Windows XP which caused a crash when using USB sound cards. 2/6/04 (bug fix) Bug fix for Macintosh OS X audio which caused echo effect. 2/6/04 (bug fix) Bug fix for Linux OSS which handles audio device busy better. (Wilkason) 2/6/04 (enhancement) Added ability to set Windows DirectSound flags through Tcl integer variables. DSBCAPS_FLAG for DSBCAPS_* and DSSCL_FLAG for IDirectSound_SetCooperativeLevel(). (Wilkason) ----------------- Released 2.2.4, 2/9/04 ----------------------- 3/12/04 (bug fix) Fixed memory leak in pitch command. (DeJong) 3/23/04 (change) Updates for the ALSA 1.0 API. (Max) 3/23/04 (enhancement) Modifications to allow build on 64-bit platforms. (Max) 4/9/04 (new feature) Mingw support added. (DeJong) 4/9/04 (bug fix) Fixes for playback clean-up. (DeJong) 4/21/04 (enhancement) Support for playback (in addition to recording) of more than two channels on Windows. 5/3/04 (bug fix) MME audio device selection corrected on Windows. 5/5/04 (bug fix) Corrected bug which made it impossible to "stop" queued sounds. ----------------- Released 2.2.5, 5/5/04 ----------------------- 5/12/04 (bug fix) Corrected sample command for use with 24-bit integer samples. 5/15/04 (bug fix) Corrected sample command, now raises an error when more sample values than number of channels are given. 6/8/04 (bug fix) Correction for Lin24 format on Windows. (Schnarr) 6/14/04 (bug fix) Corrected mean calculation for dBPowerSpectrum. 6/14/04 (bug fix) Added out-of-bounds checks SnackCopySamples(), Snack_PutSoundData(), and Snack_GetSoundData(). (DeJong) ----------------- Released 2.2.6, 6/15/04 ----------------------- 6/18/04 (bug fix) Added out-of-bounds check in ReadSound(). (DeJong) 6/24/04 (bug fix) Several fixes regarding spectral estimation. 6/24/04 (new feature) New option -regressionorder for the speatures command. ----------------- Released 2.2.7, 6/24/04 ----------------------- 8/18/02 (bug fix) Fix for configure. (Allaert) 8/18/02 (bug fix) Fixes for Mingw. (DeJong) 8/18/02 (bug fix) Fixed the -windowtype option to formant to actually use the window names given in the manual. 8/18/02 (bug fix) Fixed the speatures command to update sound properties correctly. 9/22/04 (change) Increased the number of default shades of grey for spectrograms to 256. 9/23/02 (bug fix) Fixed problem with sound I/O using Windows DirectSound. (DeJong) 9/24/04 (new feature) New command lastIndex, which returns last sample index of a sound object. ----------------- Released 2.2.8, 9/30/04 -----------------------
2004-11-27Update moss to 0.1.13. Patch provided by Myung-Gon Park, the maintainer.minskim3-31/+31
Changes: - Remove the auth option. - Check return values of send/recv in the live mode. - Set socket timeout.
2004-11-26Update to 1.0 (snj made me do it!):wiz3-7/+7
1.0 - November 20th, 2004 : =========================== * Added ability to request Cddb database automatically from the selected files (computing the CddbId) (thanks to Justus Schwartz), * When applying Cddb results to the files, the cddb genre is converted to an ID3 genre, * Improved settings of character set (for ID3 tags) to allow you to fix some tags (for example if tags were written with UTF-8 instead of ISO-8859-15), * Fixed request to cddb for getting album tracks, * Fixed UTF-8 strings into easytag.desktop (thanks to Ville Skyttä), * Some updates in the USERS-GUIDE files (thanks to David Greaves), * A new Danish translation (thanks to Morten Brix Pedersen), * French translation updated, * Hungarian translation updated (thanks to Nagy Boldizsar). * Russian translation updated (thanks to Andrey Astafiev), * Dutch translation updated (thanks to Björn Olievier), * Czech translation updated (thanks to Milan Siebenburger), * Japanese translation updated (thanks to Takeshi Aihana), * Italian translation updated (thanks to Kostantino), * German translation updated (thanks to Götz Waschk).
2004-11-26Update xmms-alarm to 0.3.6.snj2-6/+5
Changes: 0.3.6: - Little typo fix, Tueday -> Tuesday 0.3.5: - Fixed the new volume fading so that it can actually fade down as well as up (oops) - Used pthread_mutex's (again) for locking the volume fading control. - Updated libtool bits. 0.3.4: - Changed volume fading so that it checks the current xmms volume and adds to it on each volume incrememnt, rather than just adding to what xmms-alarm last knew the volume to be. This means you can now change the volume using the IRman plugin at the same time (thanks Kaspar Giger) - Playlist is now checked to see if it is a URL or not.
2004-11-26Changes in 0.99.12adam4-12/+36
* Fix a libtool version mismatch that led to incorrect library extensions. Changes in 0.99.11 * Some erratic information and behaviour, introduced in 0.99.10, has been fixed.
2004-11-25Convert to use bsd.options.mk, the following options are available:xtraeme2-59/+87
aac audiofile flac iconv id3 ogg # XXX Support for the following variables will be removed after the # XXX pkgsrc-2004Q4 branch is released: # XXX # XXX MUSICPD_WITH_AAC # XXX MUSICPD_WITH_AUDIOFILE # XXX MUSICPD_WITH_FLAC # XXX MUSICPD_WITH_ICONV # XXX MUSICPD_WITH_ID3 # XXX MUSICPD_WITH_OGG
2004-11-25Update SpiralSynth to version 2.0.0. Notable changes include:ben12-56/+93
* Totally replaced audio core code with SSM plugin code, modified for static linking. * Uses 32bit floating point format internally. * New midi device handling. * New OSS output code. * New funky sliders. * Updated for fltk 1.1.0
2004-11-25Fixed compiling with windowmaker-0.9xadam1-6/+3
2004-11-25Fixed compiling with windowmaker-0.9xadam4-2/+31
2004-11-23Fix building on MacOSXadam1-1/+5
2004-11-23Changes 1.7:adam4-16/+15
- fixed config/Imakefile so 'configure' command would work under cygwin. Tested clients/server under cygwin. - corrected a possible race condition in auvoxware that could cause the server to hang under certain conditions. I do not know why I haven't seen this problem before, but I could recreate it easily by killing auplay while playing a long tune. If the system restarts syscalls after a signal handler has run, a situation could arise where the previous timer was never disabled. This could cause a previous ioctl(DSP_SYNC) called from setSampleRate() to be constantly interrupted and restarted, causing an apparent hang. Now we just turn off the timer as the first thing in setSampleRate() so DSP_SYNC can actually finish. We also turn off the timer when openDevice is called, so the 'wait for device to become available' code can work too. - Patch from Tobias Diedrich that allows mixer init to fail in the voxware server. - redid the FAQ in an attempt to make it more useful. I'll try to keep it up to date. - updated libtool due to a problem(s) reported by Steve McIntyre.
2004-11-23Avoid use of := in PKGNAME.tv2-4/+4
Fix pre-configure make operator (should use :, not ::).
2004-11-22Remove unnecessary LTCONFIG_OVERRIDE.wiz1-2/+1
2004-11-22This package contains no ltconfig; remove LTCONFIG_OVERRIDE.wiz1-2/+1
2004-11-22Update to 2.1 (typos below left as-is):wiz3-6/+19
# Mp3splt v. 2.1 --------------------------------------------------------------- NOTE for people who already used mp3splt From this version some important changes took place: - A new option (-p) has been introduced to read user parameters for -s and -a options, both without arguments now. Not using -p is equivalent to use -s auto or -a auto in the old version. NO: mp3splt -s auto file.mp3 YES: mp3splt -s file.mp3 NO: mp3splt -s off=1,rm file.mp3 YES: mp3splt -s -p off=1,rm file.mp3 - Threshold parameter (th) is now in dB. It's always a negative number between -96 dB and 0 dB. Please read man page for more detail --------------------------------------------------------------- - bug fixed (not exatctly a bug of mp3splt, but let's call it like this...): "correct" handling of misplaced Xing header of CRC-protected mp3 - feature improved: -p option introduced. Some order in the caos... ;-) - feature improved: threshold is now in dB - feature improved: sound level showed during silence detection - feature improved (Thanks Marco): when using -q, no more check on presence of ALBW or MP3WRAP string. - sources (Thanks Marco): each error is different with a own ret number. # Mp3splt v. 2.0e - bug fixed: filenamed specified with -o was truncated after 10 chars. - bug fixed: max number of albums per search increased to 512. # Mp3splt v. 2.0d - bug fixed: long filename for performer in CUE file caused seg fault - bug fixed: bad parsing of CUE files (again.. ;), for global artist and album - bug fixed: "EOF" string introduced to reach end of file. Now minimum splitpoint number changed back to 2. # Mp3splt v. 2.0c - feature improved: number of digits for @n number optimized. - feature improved: new parameter ("min") for -s to specify a minimum length. - feature improved: number of found silence points displayed during process. - important bug fixed: corrected CUE time parsing and hundredths calculation. - bug fixed: answering 'n' to -e option question, didn't abort ;-)
2004-11-22Changes 1.2.3:adam5-47/+50
* Fixed a bug that caused recording to stop or display incorrectly after about 50 minutes on some Windows systems. (This was partly fixed in Audacity 1.2.2, but still didn't work on some systems.) * The Change Pitch and Change Tempo effects have been upgraded to use a new version of the SoundTouch library by Olli Parviainen, with better speed and higher quality. * libsndfile has been upgraded to version 1.0.11. * Fixed a bug that caused the program to run slowly when using the Envelope tool. * Shift-clicking on a mute or solo button now un-mutes (or un-solos) all other tracks. * Nyquist plug-ins can now accept strings as input. Also, a "Debug" button has been added to Nyquist effect dialogs, which allows you to see all of the output produced by Nyquist, for aid in debugging. * When the audio file referenced ("aliased") by an Audacity project is missing, Audacity will now always play silence. Before, Audacity would sometimes repeat the most recent audio that was played previously. * VU Meters will now always reset when audio I/O has stopped. * Fixed a major Mac-only bug that was causing Audacity to crash at seemingly random times, but especially during audio playback and recording. * New or updated translations: Italian (it), Hungarian (hu), Ukrainian (uk), Spanish (es). Polish (pl), Simplified Chinese (zh), Norsk-Bokmal (nb), French (fr), Russian (ru).
2004-11-22Makefile cleaned-up, HOMEPAGE correctedadam1-14/+13
2004-11-22Changes 3.2.1:adam3-13/+10
BUGFIXES - Enable/disable color gui should have appeared in configuration dialog, and On exit sub-menu in other options did not appear. NEW FEATURES - If a supported terminal is detected int the $TERM env var, MikMod will set the title bar with -= MikMod x.x.x =- followed by the song title between (). There is a configuration option for this in config->other_options
2004-11-20Bump PKGREVISION due to security fixes in libxml (dependency adjusted tojmmv2-4/+4
1.8.17nb3).
2004-11-20Update daapd to 0.2.3dmjl5-40/+59
- Fixed a stupid bug in the howl callback. If you had problems with daapd showing up in iTunes (i.e. with the mDNS Responder), try this update. - The howl API has changed as of howl 0.9.6. - Added support for Xing/LAME headers. This speeds up parsing of MP3 files and in effect the complete initial scan of the filesystem. - Fixed a few memory leaks. - Fixed an issue in the makefile. - Added auto-updates. - Clients waiting for updates are automatically notified of changes in the database. - daapd scans the filesystem periodically now. This happens in a separate thread. - Transmissions are compressed with gzip now. This can be turned off with -z
2004-11-19Update homepage.wiz2-4/+4
2004-11-19Changes 1.0.11:adam8-39/+38
* Add SD2 file support * Reading of loop data in WAV and AIFF * Minor bug fixes
2004-11-18apply patches based on what is found at:grant5-3/+102
http://www.steve.org.uk/Software/xmms/ for command line volume control: -l (louder) -q (qieter) bump PKGREVISION.
2004-11-17Enable pkgviews installation.minskim1-1/+3
2004-11-17Enable pkgviews installation.minskim1-1/+3
2004-11-17Make this package build with gcc-3.4.minskim2-1/+16
2004-11-16Changes 0.8.5:adam9-38/+33
* Support now for the ALSA 1.0 API * ALSA mmap() mode can be enabled/disabled at runtime using "use_mmap" option. * Patch to OSS plugin to fix skipping issues with some drivers (like emu10k1). * Can build with --disable-esd option again * Minor build fixes
2004-11-16Rearrange statements to make the compiler section more readable.sketch1-2/+3
2004-11-16Various C++ tweaks/cleanups to get this package compiling with SunPro.sketch20-5/+404
2004-11-15s/__inline/inline/ to give this package a chance of building with moresketch2-1/+15
compilers, such as SunPro.
2004-11-14Update to abcde-2.2.0.snj3-12/+11
Changes: * New "-t <number>" option for starting the numbering of the output files at a given starting number. Ideal for albums with more than one CD. * New "-T <number>" option, similar to "-t" but also modifies the tag entries on the files themselves. * New "-w <COMMENT>" to add a comment to the tracks of a given CD rip. Use quotes. * New "-W <number>" option to combine both a comment with "CD #number" and a starting number for both the tracks and the tags with "#01" (that is, 101 for the 1st CD, 201 for the second...) * Support for keeping an existing playlist (and not add new entries to it), erase the existing one (overwrite) or append new entries to the existing one. * New mungegenre function to switch off (or modify) the default behaviour of transforming uppercase characters to lowercase. * cdparanoia permits performing a query to the CD drive and obtain a list of valid audio tracks. So, now we perform such query and process the results. * Support for "None of the above" has been added with the "0" selection. A template is created, and the selection to edit it is defaulted to "y".
2004-11-14Add a workaround for PR pkg/26846 (fix a crash during bmp's shutdown).jmmv1-2/+9
A detailed analisys of the problem can be found in the report. Bump PKGREVISION to 4.
2004-11-14Update to 0.8.8:jmmv3-8/+6
* Flip playing icon in RTL locale [Colin Walters] * Don't include x-directory/normal in MimeType [Colin Walters] * Save playlists after first start even if nothing's loaded [Colin Walters] * Don't include nautilus menu item by default [Colin Walters] * Updated Translations: ja (Takeshi AIHANA)
2004-11-13Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies thejlam1-2/+2
former) for applications that are known to require C++.
2004-11-13USE_BUILDLINK3 is a yes/no variable.jlam2-4/+4
2004-11-12Fix a C99-ism to make this pkg build with gcc 2.95.kristerw2-1/+23
2004-11-12Fix a C99-ism to make this pkg build with gcc 2.95.kristerw2-1/+23
2004-11-12gcc 2.95 does not understand -Wno-unused-variable. Use BUILDLINK_TRANSFORMkristerw1-1/+4
to remove it.
2004-11-12Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're addedjlam1-3/+1
automatically by pthread.buildlink3.mk. Also, factor out the pthread library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS and use it in packages where necessary (usually the ones that don't have a GNU configure script).
2004-11-12Give this a chance to build on MacOS X.hubertf2-12/+23
Tested by Holger Amann [keeney at fehu dot org]
2004-11-12Add 'perl5' to CATEGORIES.seb1-2/+2
2004-11-11Upgrade to 0.11.5. Minor bug fixes, nothing that stands out.simonb2-6/+5
2004-11-11Add "KEYWORD: shutdown" so that mpd will save state across a reboot.simonb1-1/+2
2004-11-10Changes 0.9.6:adam2-7/+5
* Libcddb now uses the FreeDB protocol version 6. The difference with version 5 is that now the responses from the FreeDB server are in UTF-8 format instead of ISO8859-1. So if the CD you query contains non-US-ASCII characters the results will be different in this new version of libcddb. * [NEW] It is now possible to set the character set that libcddb has to use when returning disc data (see also above). Use the cddb_set_charset function to set the user's character set. The example program, cddb_query, now also has a command-line option for specifying the character set. * [BUGFIX] FreeDB changed the specs of their CDDB file format. The results for certain discs failed to parse correctly because the libcddb parser was too strict. This should be fixed now. * [BUGFIX] When writing disc to cache, fill in category if genre is not specified. * [BUGFIX] When in CACHE_ONLY mode, do not perform network access when writing disc record.
2004-11-09Add RCS Id.wiz1-0/+1
2004-11-09Make madman use the scons package instead of an included version of scons.wiz5-4/+40
Also, stop scons from spreading .sconsign files around the file system. From package maintainer Ove Soerensen in private mail.
2004-11-07Add fix for security vulnerability reported in CAN-2004-0982 based ontron5-11/+55
patches from Debian's advisory DSA-578. Bump package revision because of this fix.
2004-11-06add malintdillo1-1/+2
2004-11-06initial import of malint-0.2, an MPEG audio stream validatordillo4-0/+28