Begin3 Title: xpvox Version: 0.9.5 Entered-date: 2007-03-26 Description: xwindows based voice control for radio via soundcard. uses xforms library and headers, libmath, and libpthreads. To unpack: tar -zxvf xpvox-0.9.5.tgz cd xpvox-0.9.5 Then follow the instructions in README and INSTALL. Documentation is not complete yet. 0.9.2: Added 10x button for off time slider, this should allow for extern audio players to have long silent parts. Moved old_rts_is_on_flag to xpvox.h, set to -1 in main(), and in start_player(), so when sequence played each audio filename is logged. Increased temp[80] to temp[4096] in delete_sound_button_cb() to prevent crash when delete on long filenames. Limited browser line length to 1024 bytes (the xforms maximum) in show_sounds(). Removed pthread_cancel(play_thread) stop_player() in player.c to prevent segfault in stop because pthread_exit(&a) already happened if pid was killed by stop_player(). Added configure option, renamed and added files for configure (makefile.am, configure.ac, INSTALL,\ AUTHORS etc). 0.9.3: Added AGC. AGC only works on -o output! 0.9.4: Added xpq button. Pressing the xpq button will use (and pop-up) xpequ as player for mpa, mp2, mp3, and wav format. In case of mpa, mp2, and mp3 mpg123 is also called. xpequ will be activated for ALSA hw:0,0 as output. Xpequ allows the AGC and equalizer to be used. Xpequ is available from http://panteltje.com/panteltje/xpequ/index.html, or ftp://sunsite.unc.edu/pub/linux/apps/audio/ 0.9.5: Removed KILL for xpequ, latest xpequ >= 0.2.8 always exits on EOF. This avoids killing other xpequs by accident. Keywords: amateur radio, voice control, vox, CB, 27MHz Author: Jan Panteltje panteltje@yahoo.com Maintained-by: panteltje@yahoo.com Primary-site: ftp sunsite.unc.edu/pub/linux/apps/audio/ Alternate-site: http://panteltje.com/panteltje/cb/ (homepage) Platforms: LINUX, UNIX Copying-policy: GPL End