aboutsummaryrefslogtreecommitdiff
path: root/audio/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add gdesklets-cornerxmms, a Display component for gDesklets that allows oneJoe Marcus Clarke2003-12-251-0/+1
| | | | | | | | | | to to control XMMS from the desktop. PR: 60514 Submitted by: Franz Klammer <klammer@webonaut.com> Notes: svn path=/head/; revision=96552
* Add mp3burn, a commandline tool for burning audio CDs from mp3 filesPav Lucistnik2003-12-191-0/+1
| | | | | | | | PR: ports/60404 Submitted by: vinc <vinc@FreeBSD-fr.org> Notes: svn path=/head/; revision=96228
* After repocopy from audio/audacity, add audacity-devel, a developmentPav Lucistnik2003-12-151-0/+1
| | | | | | | | | | | | branch of this audio waveform editor program. This is a beta of upcoming major release 1.2.0, and is already worth a try. For details see http://audacity.sourceforge.net/beta.php PR: ports/59915 Submitted by: Craig Boston <craig@yekse.gank.org> Notes: svn path=/head/; revision=95922
* Add gspeakers, an application for designing loudspeakers written in Gtk2--.Pav Lucistnik2003-12-131-0/+1
| | | | | | | | PR: ports/60209 Submitted by: Vincent Tantardini <vinc@freebsd-fr.org> Notes: svn path=/head/; revision=95734
* Add mpiosh, a userland library and command-line toolPav Lucistnik2003-12-071-0/+1
| | | | | | | | | | for Digitalway MPIO MP3 players. PR: ports/56258 Submitted by: Sergey Akifyev <asa@gascom.ru> Notes: svn path=/head/; revision=95259
* Add madplay, the MP3 player portion of the MAD audio project.Joe Marcus Clarke2003-12-071-0/+1
| | | | | | | | PR: 59704 Submitted by: Sergey Akifyev <asa@gascom.ru> Notes: svn path=/head/; revision=95221
* Add libid3tag, an MPEG level 3 tagging library that is used by the MADJoe Marcus Clarke2003-12-071-0/+1
| | | | | | | | | | project. PR: 59703 Submitted by: Sergey Akifyev <asa@gascom.ru> Notes: svn path=/head/; revision=95216
* Add libmad, the library backend to the MAD audio project. MAD is aJoe Marcus Clarke2003-12-071-0/+1
| | | | | | | | | | high-quality MPEG 1 and 2 audio decoder. PR: 59702 Submitted by: Sergey Akifyev <asa@gascom.ru> Notes: svn path=/head/; revision=95213
* Add fluidsynth, a real-time software synthesizer based on the SoundFont 2Pav Lucistnik2003-12-041-0/+1
| | | | | | | | | | | | | specifications. It is a "software synthesizer". FluidSynth can read MIDI events from the MIDI input device and render them to the audio device. It can also play MIDI files. PR: ports/59716 Submitted by: Juha Nygard <juha.nygard1@netikka.fi> Approved by: adamw (mentor) Notes: svn path=/head/; revision=94973
* Add eawpats, Eric A. Welsh's collection of MIDI patch files, configuredPav Lucistnik2003-12-041-0/+1
| | | | | | | | | | | for use with TiMidity++ (port audio/timidity++). PR: ports/56455 Submitted by: Jonathan Lennox <lennox@cs.columbia.edu> Approved by: adamw (mentor) Notes: svn path=/head/; revision=94966
* Add prokyon3, a multithreaded MP3 manager and tag editor for Linux.Pav Lucistnik2003-12-041-0/+1
| | | | | | | | | | | | It was written in C++ using the Qt3 widget set and the MySQL database. Files can be played using XMMS. PR: ports/52132 Submitted by: Kay Lehmann <kay_lehmann@web.de> Approved by: adamw (mentor) Notes: svn path=/head/; revision=94963
* Squash is a learning ncurses music player written in C. It supports mp3,Pav Lucistnik2003-11-221-0/+1
| | | | | | | | | | | | | ogg and flac. Squash uses statistics to determine songs to play automatically. It garners this information through whether or not a song is skipped. PR: ports/55275 Submitted by: Matthias Andree <matthias.andree@web.de> Based on shar by: trevor Approved by: adamw (mentor) Notes: svn path=/head/; revision=94731
* mp3riot is a command line perl script to generate listings of mp3 files.Pav Lucistnik2003-11-171-0/+1
| | | | | | | | | | | It can output HTML, XML, m3u or pls playlists. PR: ports/55595 Submitted by: Francisco Gomez <francisco@gomezmarin.com> Approved by: adamw (mentor) Notes: svn path=/head/; revision=94198
* Attach new festival+OGI port.Trevor Johnson2003-11-171-0/+1
| | | | Notes: svn path=/head/; revision=94193
* Add one more XMMS aRts output plugin.Max Khon2003-11-121-0/+1
| | | | Notes: svn path=/head/; revision=93766
* New port: xmms-arts -- aRts plugin for xmms.Max Khon2003-11-111-0/+1
| | | | | | | LD_PRELOAD magic is needed to run xmms-arts atm. (see pkg-message). Notes: svn path=/head/; revision=93760
* Add gdam, a DJ mixing application suitable for live performances. GDam offers:Joe Marcus Clarke2003-11-061-0/+1
| | | | | | | | | | | | | | | | | | * Client/server architecture * Mixing of multiple mp3 files * Dynamic filter insertion and removal * Multiple sound device support (speakers and monitor) * Loops, queues, sampler, beat matching, sequencer * Record your performance to a disk And it's blue! PR: 59025 Submitted by: Pav Lucistnik <pav@oook.cz> Requested by: Martin Vana <martin.vana@vslib.cz> Notes: svn path=/head/; revision=93261
* GOGO-no-coda-petit is new variant of well-known GOGO-no-codaKirill Ponomarev2003-11-061-0/+1
| | | | | | | | | | | | | | | | mp3 encoder optimized with MMX, 3DNow!, Enhanced 3DNow! and SSE *** DO NOT OVERCLOCK YOUR CPUs *** GOGO heavily uses the part of processors that almost sleeps in usual, so makes them very hot even it runs standard clock. Overclocking may cause serious internal errors and crazy results. Or you need gigantic heatsink and extra-noisy fans. :-) Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org> Notes: svn path=/head/; revision=93219
* Move solfege port to audio category, which is more descriptive,Trevor Johnson2003-11-051-0/+1
| | | | | | | | | after repo copy by joe. Approved by: portmgr Notes: svn path=/head/; revision=93142
* MBROLA reorganization: move voices out of mbrola port into newTrevor Johnson2003-11-051-0/+1
| | | | | | | | mbrolavox port; add new linux-mbrola port for alpha, i386, ppc and sparc64. Notes: svn path=/head/; revision=93137
* MBROLA reorganization: move voices out of mbrola port into newTrevor Johnson2003-11-051-0/+1
| | | | | | | | mbrolavox port; add new linux-mbrola port for alpha, i386, ppc and sparc64. Notes: svn path=/head/; revision=93136
* i386 binary port of the MBROLA speech synthesizerTrevor Johnson2003-11-051-0/+1
| | | | Notes: svn path=/head/; revision=93124
* Add port of the "aec" American male voice, for Festival with theTrevor Johnson2003-11-051-0/+1
| | | | | | | | | | OGI extensions. I prepared this in June of 2000 but just noticed now that it had not been committed. Obtained from: NetBSD pkgsrc/audio/festvox-aec Notes: svn path=/head/; revision=93115
* Add p5-Audio 1.000, an audio manipulation routines for perl.Maxim Sobolev2003-11-041-0/+1
| | | | Notes: svn path=/head/; revision=93043
* Add daapd 0.2.1c, server for Digital Audio Access Protocol.Sergei Kolobov2003-10-231-0/+1
| | | | | | | | | | | | | | daapd scans a directory for music files and makes them available via the Apple proprietary protocol DAAP. DAAP clients can browse the directory and retrieve individual files, either by streaming or by downloading them. PR: 58352 Submitted by: Lars Thegler <lars@thegler.dk> Approved by: krion (implicit) Notes: svn path=/head/; revision=91994
* Add daaplib 0.1.1a, a C++ library for DAAP memory streams:Sergei Kolobov2003-10-231-0/+1
| | | | | | | | | | | | | daaplib is a very tiny and portable C++ library which helps to read and write low-level DAAP stream s in memory. the code is fairly straightforward and can mirror the structure of the data fairly well. PR: 58351 Submitted by: Lars Thegler <lars@thegler.dk> Approved by: krion (implicit) Notes: svn path=/head/; revision=91951
* Add jamboree.Adam Weinberger2003-10-151-0/+1
| | | | | | | | | | | Jamboree is a simple GStreamer based music player for the GNOME desktop. PR: ports/57752 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Notes: svn path=/head/; revision=91261
* Add mpc 0.9.0, command line client for the musicpd.Munechika SUMIKAWA2003-10-131-0/+1
| | | | | | | | PR: 57520 Submitted by: Mark Reidel <ports@mark.reidle.info> Notes: svn path=/head/; revision=91115
* Add traymp 0.12, tray-aware GTK2 client for musicpd.Munechika SUMIKAWA2003-10-131-0/+1
| | | | | | | | PR: 57905 Submitted by: Mark Reidel <ports@mark.reidel.info> Notes: svn path=/head/; revision=91004
* Add musicpd 0.9.1, a remote-controllable music-daemon.Munechika SUMIKAWA2003-10-081-0/+1
| | | | | | | | PR: 57518 Submitted by: Mark Reidel <ports@mark.reidel.info> Notes: svn path=/head/; revision=90611
* Add the Linux version of the KDE arts sound library (it is an unlikelyBruce M Simpson2003-10-061-0/+1
| | | | | | | | | dependency for the Dell RAID tools). Reviewed by: edwin Notes: svn path=/head/; revision=90427
* New port: USB FM Radio Control utilityEdwin Groothuis2003-10-061-0/+1
| | | | | | | | | | | The ufmcontrol utility is a program to control FM radio attached to an USB port. PR: ports/46063 Submitted by: Nicola Vitale <nivit@libero.it> Notes: svn path=/head/; revision=90332
* Add xmms-real-random 0.2, REAL shuffle mode for xmms.Oliver Lehmann2003-10-041-0/+1
| | | | | | | | PR: 57543 Submitted by: Ulrich Spoerlein <q@uni.de> Notes: svn path=/head/; revision=90261
* Add yammi, a QT-based music manager with fuzzy search.Michael Nottebrock2003-10-011-0/+1
| | | | | | | | PR: 57290 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> Notes: svn path=/head/; revision=89992
* Add cue2toc 0.0, perl script that converts CUE files into TOCKirill Ponomarev2003-09-301-0/+1
| | | | | | | files for cdrdao. Notes: svn path=/head/; revision=89900
* Add gnomespeech, a library that facilitates text-to-speech for the GNOMEJoe Marcus Clarke2003-09-181-0/+1
| | | | | | | desktop. Notes: svn path=/head/; revision=89033
* Soribada project is closed permamently due to reverse engineering problem.CHOI Junho2003-09-091-1/+0
| | | | Notes: svn path=/head/; revision=88846
* New port: audio/mpio-driver Digit@lway MPIO MP3 player device driver KMODEdwin Groothuis2003-09-011-0/+1
| | | | | | | | | | | | | | | | Digit@lway MPIO MP3 player device driver KMOD. It is actually a patch to FreeBSD standard urio driver, which adds MPIO support to it, and fixes some issues. This driver is designed to be used with MPIO for Linux software, ported to FreeBSD as audio/mpiosh. PR: ports/53540 Submitted by: Sergey Akifyev <asa@gascom.ru> Notes: svn path=/head/; revision=88241
* New port: audio/streamtuner-python 0.0.1Edwin Groothuis2003-09-011-0/+1
| | | | | | | | | | | This is streamtuner-python, a streamtuner plugin offering an embedded Python interpreter. PR: ports/48890 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Notes: svn path=/head/; revision=88239
* New port for Team Speak server (audio/teamspeak_server)Edwin Groothuis2003-09-011-0/+1
| | | | | | | | | | | | | The server for Team Speak a voice chat program which supports multiple channels with different rate codecs and several people on each channel. Primarily aimed at team gamers but can be used as an IP phone as well. PR: ports/55088 Submitted by: Daniel O'Connor <darius@dons.net.au> Notes: svn path=/head/; revision=88237
* New port: audio/gkrellmss2Edwin Groothuis2003-09-011-0/+1
| | | | | | | | | | Attached is a port of the gkrellmss plugin for gkrellm2. PR: ports/47917 Submitted by: Lars Eggert <larse@isi.edu> Notes: svn path=/head/; revision=88228
* New port: audio/eTktab - guitar tabulature editorEdwin Groothuis2003-08-311-0/+1
| | | | | | | | | | | | | | | ETktab let's you edit guitar and bass tabulatures. Notations for various playing techniques like muting and vibrato are supported, as well as variable keybindings. It can output tabulatures in plain ascii format. WWW: http://etktab.sourceforge.net/ PR: ports/47649 Submitted by: Juha Erkkilä <erkkila@cc.jyu.fi> Notes: svn path=/head/; revision=88224
* [NEW PORT} audio/asmixer Another mixer for afterstepEdwin Groothuis2003-08-311-0/+1
| | | | | | | | | | | This is another mixer for the afterstep window manager. It is different from asmix(1). PR: ports/46708 Submitted by: Mike Makonnen <mtm@identd.net> Notes: svn path=/head/; revision=88221
* [NEW PORT} audio/asmix mixer for afterstepEdwin Groothuis2003-08-311-0/+1
| | | | | | | | | | This is a port of asmix(1) for the afterstep window manager. PR: ports/46707 Submitted by: Mike Makonnen <mtm@identd.net> Notes: svn path=/head/; revision=88219
* New port: xmms-infopipe (Create a named pipe to retrive xmms infoEdwin Groothuis2003-08-241-0/+1
| | | | | | | | | | | | about currently playing song). Create a named pipe to retrive xmms info about currently playing song. PR: ports/54493 Submitted by: Manuel Rodirigo Rabade Garcia <mig@mig-29.net> Notes: svn path=/head/; revision=87592
* New Port: audio/xmms-kj Add K-JoefolSkinSupport to xmmsEdwin Groothuis2003-08-241-0/+1
| | | | | | | | | | | This is a port of a plugin for xmms to support K-Joefol skins, which look very nice. PR: ports/47161 Submitted by: Kay Lehmann <kay_lehmann@web.de> Notes: svn path=/head/; revision=87590
* Add new port for py-eyed3, an ID3 processing library for PythonHye-Shik Chang2003-08-221-0/+1
| | | | Notes: svn path=/head/; revision=87478
* Add rhythmbox after a repo copy from net-rhythmbox. Rhythmbox is anJoe Marcus Clarke2003-08-191-0/+1
| | | | | | | | audio player for GNOME 2 that is a re-merge of the net-rhythmbox code plus the original rhythmbox code. Notes: svn path=/head/; revision=87241
* dekagen is a front-end to several tools for the ripping, converting, andDirk Meyer2003-08-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | naming of MP3 and Ogg-Vorbis files. It automates the whole process of ripping data from music compact discs (CD), the naming of the files, their converting into MP3 or Ogg-Vorbis format and the labelling of the MP3 files with an ID3 tag. dekagen uses dialog for a user interface that is intended to be "intuitive". Music data is read from CDs using cdda2wav, cdparanoia, dagrab, or tosha, and stored on your harddisk in wav-format. Note that this will have an excessive need of disk space. After this, the wav-data is converted into MP3 format using 8hz-mp3, bladeenc, l3enc, lame, mp3enc, or notlame, or into Ogg-Vorbis format using oggenc. This will take a while. To avoid manual naming and tagging for all the files, cda is used for CDDB lookups. To label the MP3 files with ID3 tags, id3ed, id3tag, id3tool, or mp3info, or the built-in capabilities of some encoders (lame, notlame) are used. Ogg-Vorbis files can be labelled with oggenc. WWW: http://userpage.fu-berlin.de/~mbayer/tools/dekagen.html Notes: svn path=/head/; revision=87122
* Add ruby-shout, a Ruby binding to the libshout library.Akinori MUSHA2003-08-101-0/+1
| | | | Notes: svn path=/head/; revision=86712