search for: ossdsp

Displaying 11 results from an estimated 11 matches for "ossdsp".

2006 Jan 16
3
distorted native music on hold
Hello, Using asterisk-1.2.1 I am trying to convert my music-on-hold files from .wav to alaw: % sox moh.wav -r 8000 -c 1 moh.al resample -ql The file sounds fine when listened with: % sox mox.al -t ossdsp /dev/dsp But when listened through asterisk with an alaw SIP phone the sound is clicky and too fast. Did I forget something in my conversion command? -- ldm@apartia.fr
2004 Aug 06
0
Speex test cases?
...server. My second source of data is my own microphone. Using sox, and a good topic, I can rant for hours. sox can either save to wav, au, GSM, SPHERE, IMA ADPCM, u-law, A-law, or other more established codec or it can pipe it to speexenc. The script I made for on-the-fly compression is: sox -t ossdsp -r 8000 -b -s -c 1 /dev/dsp -t wav -r 8000 -s - | \ speexenc -n --quality 8 - test.spx You can replace 8000 with 16000 or 32000 and n with w or u to test wideband and ultra-wideband. And to save a lossless copy in wave format to compare, simply: sox -t ossdsp -r 8000 -b -s -c 1 /dev/dsp test....
2001 May 15
2
Realtime resampling/encoding with oggenc
...ers etc, but I wrote a little script that uses sox to do all the stuff I need to real-time encode oggenc from the radio, or any input device. #!/bin/bash DATE=`date '+%m-%d-%Y-(%H.%M)'` DESTIN=/video/music/perftoday export DATE=$DATE'-PerformanceToday.ogg' sox -V -r 44100 -c 2 -t ossdsp -w -s /dev/dsp -t wav - filter \ 0-16000 2>/dev/null | oggenc - -o $DESTIN/$DATE -b 128& sleep 7200 kill -9 $! What you see here on the first two lines should be only one. Note the "\". As you can guess, I use this to record my favorite classical music program on NPR. Anyway, I...
2005 Aug 29
1
Previewing oggvorbis files in GNOME...
...ghp highpass lowp lowpass mask mcompand noiseprof noisered pan phaser pick pitch polyphase rate repeat resample reverb reverse silence speed stat stretch swap synth trim vibro vol effopts: depends on effect Supported file formats: aiff al au auto avr cdr cvs dat vms gsm hcom la lu maud mp3 nul ossdsp prc raw sb sf sl smp sndt sph 8svx sw txw ub ul uw voc vorbis vox wav wve which let's me know that my version of sox has vorbis support. Anyone know why I can't preview my oggvorbis files in GNOME? Thanks a million. -Jose
2011 Sep 13
1
sox: Failed reading obd-demo.mp3: Do not understand format type: mp3
...highp highpass lowp lowpass mask mcompand noiseprof noisered pan phaser pick pitch polyphase rate repeat resample reverb reverse silence speed stat stretch swap synth trim vibro vol effopts: depends on effect Supported file formats: aiff al alsa au auto avr cdr cvs dat vms gsm hcom la lu maud nul ossdsp prc raw sb sf sl smp sndt sph 8svx sw txw ub ul uw voc vorbis vox wav wve Which package contains libmad and libmp3lame libraries available on CentOS 5.6 Regards, Kaushal
2004 Sep 10
3
any simple command-line unix flac players?
For my MP3 files on my FreeBSD box, I can type mpg123 to play them. For WAV files, I can use wavplay, but it can't take stdin. Does FLAC have a simple command-line player for Linux/BSD anywhere?
2004 Aug 06
4
Speex test cases?
I'm trying to get speex to encode a bit faster, mainly by rewriting a few functions in SSE and translating the GCC __asm__ to VC __asm. There's 2 functions I'm targeting, first is vq_nbest which consumes 40% of the time at high complexity and split_cb_search_shape_sign. Which consumes just over 30%. I've split out two functions from: cb_search_precompute_energy - loop at the
2006 Mar 14
1
invalid wav gsm frame size: 1 bytes ??
...an output from soxmix to mp3 produces either a seg fault (sig 11) or a file of random periods of 'noise' and then perfectly acceptable speech (something screwy in the bitrate???) Sox ver is: 12.17.9 Supported file formats: aiff al au auto avr cdr cvs dat vms gsm hcom la lu maud mp3 nul ossdsp prc raw sb sf sl smp sndt sph 8svx sw txw ub ul uw voc vorbis vox wav wve Any suggestions ??? -- Adrian Carter Technical Manager Leading Edge Internet Web http://www.lei.net.au http://support.lei.net.au Direct +61 2 6163 6162 Support 1 300 662 415 E-mail cartera@lei.net.au
2011 Sep 13
3
sox: Failed reading obd-demo.mp3: Do not understand format type: mp3
...highp highpass lowp lowpass mask mcompand noiseprof noisered pan phaser pick pitch polyphase rate repeat resample reverb reverse silence speed stat stretch swap synth trim vibro vol effopts: depends on effect Supported file formats: aiff al alsa au auto avr cdr cvs dat vms gsm hcom la lu maud nul ossdsp prc raw sb sf sl smp sndt sph 8svx sw txw ub ul uw voc vorbis vox wav wve Which package contains libmad and libmp3lame libraries available on CentOS 5.6 Regards, Kaushal
2004 Aug 06
5
no luck with streamers
The same as wtih liveice, it stops while trying to open /dev/dsp according to strace. <p><p>On Sat, 20 Apr 2002, Maroy Akos wrote: > Raúl Gutiérrez Segalés wrote: > > > > Hi, > > > > I want to stream to an Icecast server (current version) that is up and running and I have tried plenty of streamers and no go.. > > > > Any advices? I want to
2010 Dec 12
5
Stripping silent periods from MP3s
...highp highpass lowp lowpass mask mcompand noiseprof noisered pan phaser pick pitch polyphase rate repeat resample reverb reverse silence speed stat stretch swap synth trim vibro vol effopts: depends on effect Supported file formats: aiff al alsa au auto avr cdr cvs dat vms gsm hcom la lu maud nul ossdsp prc raw sb sf sl smp sndt sph 8svx sw txw ub ul uw voc vorbis vox wav wve Yet the mp3 support is not showing up for SoX in the above list of supported file formats. Any suggestions how to tell SoX to use the mp3 format I need please? Or are there any other programs that can be used to strip s...