Fast Audio Playlist Generator 0.40 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Fast Audio Playlist Generator 0.40 (Default branch)
# 1  
Old 03-02-2008
Fast Audio Playlist Generator 0.40 (Default branch)

ImageFAPG is a tool to generate list of audio files (WAV, MP3, Ogg, etc.) in various formats (M3U, PLS, HTML, etc). It is very useful for quickly creating a playlist of a large number of audio files.License: GNU General Public License (GPL)Changes:
A bug in argument parsing was fixed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. OS X (Apple)

A simple variable frequency sinewave audio generator.

Hi all... Well I have not been inactive but working out how to make OSX 10.14.x command line audio player have a variable sample rate. This is a back door as afplay does not have a sample rate flag unlike aplay for ALSA, in Linux flavours. This is a DEMO only but a derivative of it will... (2 Replies)
Discussion started by: wisecracker
2 Replies

2. OS X (Apple)

Variable frequency audio generator...

Hi all... I intend to do an Audio Function Generator using Awk, (already started thanks to Don), but the biggest thing I have struggled with was variable frequency. I was going to generate differing sized waveforms on the fly but that would that would mean the frequencies are dependent on any... (2 Replies)
Discussion started by: wisecracker
2 Replies

3. OS X (Apple)

An Audio Function Generator...

Ok guys, gals and geeks... As from today I am starting to learn awk in earnest doing something totally different. I am going to create a pseudo-Audio_Function Generator centred around OSX 10.11.x minimum. The code below is a tester to see what the possibilities are. All waveforms will be... (11 Replies)
Discussion started by: wisecracker
11 Replies

4. OS X (Apple)

A Bash Audio Sweep Generator...

This is a small program as a tester for a basic sweep generator for bandwidth testing of AudioScope.sh. This DEMO is only capable of 4KHz down to about 85Hz and back due to the low bit rate, but it is proof of concept for a much wider variant using a much higher bit rate. The file generated... (4 Replies)
Discussion started by: wisecracker
4 Replies

5. Shell Programming and Scripting

A Crude 1KHz Audio Sinewave Generator Demo...

A very simple crude sinewave generator. The file required is generated inside the code, is linear interpolated and requires /dev/audio to work. Ensure you have this device, if not the download oss-compat from your OS's repository... It lasts for about 8 seconds before exiting and saves a... (5 Replies)
Discussion started by: wisecracker
5 Replies

6. Programming

Python, Platform Independent, Pure Audio Sinewave Generator...

IKHz_SW_OSX.py A DEMO mono _pure_ sinewave generator using standard text mode Python 2.6.7 to at least 2.7.3. This code is EASILY modifyable to Python version 3.x.x... This DEMO kids level 1KHz generator is mainly for a MacBook Pro, (13 inch in my case), OSX 10.7.5 and above. See below...... (0 Replies)
Discussion started by: wisecracker
0 Replies
Login or Register to Ask a Question
CPLAY(1)						      General Commands Manual							  CPLAY(1)

NAME
cplay - a front-end for various audio players SYNOPSIS
cplay [-options] [ file | dir | playlist ] ... DESCRIPTION
cplay is a front-end for various audio players. It aims to provide a user-friendly interface with simple filelist and playlist control. Invoking cplay without any options puts you in the filelist in which you can navigate around looking for audio files. When you specify an audio file, cplay automatically adds it to the playlist which can be accessed by pressing the tabulator key. Use 'h' to display the help window. Shell command-lines are executed with tagged or current entries as positional parameters, which means that "$@" might be useful. Currently, the following audio formats are supported: MP3 (through mpg321, splay, mpg123 or madplay), Ogg Vorbis (through ogg123), and var- ious module-formats (through mikmod and xmp). OPTIONS
-n Enable restricted mode -r Toggles playlist repeat mode -R Toggles playlist random mode -v Toggles PCM and MASTER (default) volume control SEE ALSO
ogg123(1), mpg123(1), mpg321(1), splay(1), madplay(1), mikmod(1), xmp(1), play(1), speexdec(1) FILES
/var/tmp/cplay_control - Optional remote control fifo. /etc/cplayrc - Optional configuration file. ~/.cplayrc - Optional configuration file. AUTHOR
Ulf Betlehem <flu@iki.fi> BUGS
In order for either mp3info (ID3) or ogginfo to work, both corresponding python modules have to be installed. November 2002 CPLAY(1)