18 projects tagged "Sound/Audio"
You are captain of the cargo ship Chromium B.S.U., responsible for delivering supplies to our troops on the front line. Your ship has a small fleet of robotic fighters which you control from the relative safety of the Chromium vessel. Chromium B.S.U. is a fast paced, arcade-style, top-scrolling shooter. It uses OpenGL for graphics, OpenAL/SDL_mixer for sound effects, GLC/FTGL for text rendering, and glpng/SDL_image for texture loading.
netjukebox is a Web-based media jukebox for MPD, VideoLAN, and Winamp/httpQ. It features realtime MP3 streaming from different audio formats. Users can download single tracks or a whole album in one zip file. It is also possible to batch-transcode the whole music collection to another format or bitrate without touching the original files.
The Cainteoir Engine is a library for reading and recording different document formats (ePub, HTML, MHT, RTF, email, and others) to various audio output formats (such as PulseAudio, WAV, and Ogg/Vorbis). It also provides the following command-line tools: cainteoir, a front-end to the Cainteoir text-to-speech library; metadata, which extracts metadata from documents to RDF tuples; and tagcloud, which generates tag clouds and tag cloud data.
pyscmpd is a music player daemon designed for use on Raspberry Pis. It implements a subset of the MPD protocol, but instead of serving local MP3 files, it connects to SoundCloud.com and serves the streams found there. It supports a huge number of front-end clients through MPD, including ncmpcpp and Sonata. It allows you to configure which parts of SoundCloud are made available for browsing by defining categories and adding groups or users to them.
AmpJuke makes it possible to manage and stream your music online to several clients connected through a LAN or the Internet. In addition to streaming music, it can fetch "metadata" (album covers, images, lyrics, and track "fingerprints") automatically using various Web services such as last.fm and the.echonest. You can scan and import tags from as many tracks as you like, use favorites, and customize personal settings. Its focus is on easy navigation as well as speed.
MMLi is a simple Music Macro Language interpreter written in ISO C99. The Music Macro Language originated in 8-bit BASIC implementations (as part of the “PLAY” command), and can still be found in modern BASICs (like QB64) and in system software (like FreeBSD's spkr.c driver.) This interpreter features an example "mmlitest" program which can be used to translate MML sequences into beep(1) commandline arguments.
MrsWatson is a commandline audio plugin host. It takes one or more plugins, sends an audio signal to them for processing, and saves the resulting output. Although the plugins think they are running in realtime, processing is actually done offline (this is not the same as the "offline" processing in VST terminology). This makes MrsWatson ideal for developing or debugging plugins, or processing audio on a server.