search for: wavehead

Displaying 6 results from an estimated 6 matches for "wavehead".

Did you mean: pagehead
2004 Aug 06
2
Please 30 second to look a my code
...of FIXED_POINT... Regards Fabio P.S. Rodrigo did u do something similar? This is the code, what could be wrong? void CRegistratoreDlg::OnEncode() { Sleep(500); //Wait because drawing send window SpeexBits bits; void *state; short InBuffer[FRAME_SIZE]; char OutBuffer[200]; char waveheader[WAVEHEADER]; HANDLE WaveFile; HANDLE SpeexFile; DWORD NrOfBytesRead, NrOfBytesWritten; char nrBytes = 0; int nbBytes = 0; int bit_rate, frame_size, test=0; bool first=true; WaveFile = CreateFile(_T("\\Temp\\tempsound.wav"), GENERIC_READ, 0, NULL, OPEN_EXISTING, F...
2004 Aug 06
0
Please 30 second to look a my code
...similar? > > This is the code, what could be wrong? > void CRegistratoreDlg::OnEncode() > { > Sleep(500); //Wait because drawing send window > > SpeexBits bits; > > void *state; > > short InBuffer[FRAME_SIZE]; > char OutBuffer[200]; > char waveheader[WAVEHEADER]; > > HANDLE WaveFile; > HANDLE SpeexFile; > > DWORD NrOfBytesRead, NrOfBytesWritten; > > char nrBytes = 0; > int nbBytes = 0; > int bit_rate, frame_size, test=0; > bool first=true; > > WaveFile = CreateFile(_T("\\Temp\\t...
2011 Mar 03
2
Converting MP3 files to wav for Asterisk
...ity? Below is the script I am using, I also tried the steps at http://www.voip-info.org/wiki/view/Convert+WAV+audio+files+for+use+in+Asterisk but it wasnt any better. ---------------------------- #!/bin/bash for i in `ls $1/*mp3` do lame -a $i $i.wav mplayer -quiet -vo null -vc dummy -ao pcm:waveheader:file="$i.h.wav" $i.wav sox $i.h.wav -t raw -r 8000 -s -2 -c 1 `echo $i|sed "s/.mp3/.sln/"` done ----------------------------- Any thoughts please? Regards, Tim
2002 Mar 05
1
ogg vorbis on the pocket pc
...before so i hope i'm not repeating anything already). i kind of stuck all 3 libs into 1 tho, i guess i was lazy, i'll fix that soon. i'm not too satisfied with it just yet, i'm still trying to find out why the waveout code in the player doesnt work right with anything more than 2 waveheader blocks. (the Flags thing doesnt get WHDR_DONE set when theres more than 2 blocks, either a bug on my side or a bug in windows ce for pocket pc). <p>Edward Blake. blakee@rovoscape.com <p><p><p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg proje...
2011 Apr 12
6
audio recorder compatibility
I'm shopping for a small/tiny audio recorder, the kind for recording in a class, interviews, etc... not really music, just voice. Per usual, a lot of these write their audio files in some Windows format, e.g., WMA. As a confirmed Linux guy, I'd want to offload the audio files in some format that Linux can read/play natively. I've read a sketchy suggestion that there's a Linux
2007 Dec 14
0
Wine release 0.9.51
...urce. sane: Add Spanish Resource. shell32: Update Spanish resource. Maarten Lankhorst (10): winealsa: Fix period size in capture. winealsa: Fix return value checking in wavein. winealsa: Simplify the feeding of capture buffers. winealsa: Clear dwBytesRecorded in waveheader when adding buffer. winealsa: Remove fixed fixme. winealsa: Add control 'Digital' as alias for microphone. winealsa: Don't require a cswitch control for capture. winealsa: Add 'Front Mic' as alias for microphone. riched20: Make some functions stat...