Displaying 3 results from an estimated 3 matches for "mywav".
Did you mean:
myway
2012 Feb 26
0
New to Speex
...he past, and I am just revisiting it for a new project. I am experiencing a few issues, however:
I have various Windows machines (either XP or Win7)
I have got Speex for Windows 1.0.5 installed
On one XP (SP3) machine, all works fine ? including speex encoding from command line (eg c:\speexw\speexw mywav.wav mywav.spx")
On Win7 machine playback and encoding works OK as well.
I have a new XP (SP3) machine however, that when I install the codec (running Speexw.exe version 1.0.5), it causes errors to occur ? such as ?rundll32.exe ? Application Error ? the application failed to initialize properl...
2001 Apr 05
1
decoder_example -- event driven?
...if(val<-32768){
val=-32768;
clipflag=1;
}
*ptr=val;
ptr+=2;
}
}
if(clipflag)
fprintf(stderr,"Clipping in frame %ld\n",(long)(vd.sequence));
write (mywav, convbuffer, 2*vi.channels*bout);
vorbis_synthesis_read(&vd,bout); /* tell libvorbis how
many samples we
actually consumed */
}
---
So, the first packets come in fine because I can ret...
2009 Apr 14
5
.GSM -> .WAV (or ,MP3) Conversion
Hey there,
I'm trying to convert some call recordings from asterisk we have in .gsm
format to something I can pipe through ffmpeg - wav would be good, mp3
would be amazing!
I've been trying playing with sox but I don't seem to be getting too far
with
1239101491.30.gsm -ql -r 64000 -t wav 1239101491.30.conv.wav resample
as ffmpeg borks at it:
tim at freee-meee:~/dmc/call