search for: wavein

Displaying 20 results from an estimated 32 matches for "wavein".

2001 Sep 20
4
DirectSound ?? WaveIn ?? MM ??
well i discoverd, HL uses waveIn, which is a part of the DirectSound ... so ... is there a Wine binding for waveIN ? - -moritz angermann
2007 Nov 04
2
WaveIn/WaveOut and Speex
Thank you for such a quick response. The only reason I started with Char buffers is because WaveIn and WaveOut on Windows XP accept/emit WAVEHDR structures, which store audio data in LPSTR, which is Char*. typedef struct { LPSTR lpData; DWORD dwBufferLength; ... } WAVEHDR; When I was going from Char to float and back looked very wrong to me as well, but I was just not s...
2007 Nov 05
0
Fw: RE: WaveIn/WaveOut and Speex
Begin forwarded message: Date: Mon, 5 Nov 2007 07:27:21 -0500 From: "Evgueni Tsygankov" <eugenet@rusmex.com> To: "Jean-Marc Valin" <jean-marc.valin@usherbrooke.ca> Cc: speex-dev@xiph.org Subject: RE: [Speex-dev] WaveIn/WaveOut and Speex Again, thank you for helping me. I know this might seem like a trivial matter to you and other experts in the field, but believe me, there are a lot of programmers, whose posts I saw on the web, who tried to use WaveIn/WaveOut and Speex and failed. As I understand it, WaveIn ju...
2007 Nov 05
2
WaveIn/WaveOut and Speex
Again, thank you for helping me. I know this might seem like a trivial matter to you and other experts in the field, but believe me, there are a lot of programmers, whose posts I saw on the web, who tried to use WaveIn/WaveOut and Speex and failed. As I understand it, WaveIn just buffers audio data according to the bit rate specified. So, if we use waveFormat.wBitsPerSample = 8, then each Char of the audio buffer describes an audio sample using 8 bits. On the output side, WaveOut expects each Char to describe an...
2007 Nov 05
2
WaveIn/WaveOut and Speex
...rs, including me, care very little > about an crappy OS produced by that company in the US which has been > convicted of (but not punished for) anti-competitive behaviour. > > > but believe me, there are a lot of programmers, whose posts I saw > > on the web, who tried to use WaveIn/WaveOut and Speex and failed. > > That has exactly zero to do with Speex and everything to do with > microsoft's profoundly crappy/stupid APIs and the incompetance of > programmers on the windows platform who are so used to their clicky > pointy IDEs that they can't even thi...
2007 Nov 04
3
WaveIn/WaveOut and Speex
Hello, I know my question has been asked before because I spent the last week searching the web for how to use Speex in combination with WaveIn/WaveOut and I ran into a few posts, but none of them answer the question. There is still a lot of confusion how to use WaveIn/WaveOut and Speex by junior developers such as myself. Even after examining code for SpeexDec and SpeexEnc, I cannot get clear sound when I try to Get PCM Char buffer fr...
2007 Nov 04
0
WaveIn/WaveOut and Speex
> When I was going from Char to float and back looked very wrong to me it not only *looked* wrong! > as well, but I was just not sure (and still am) how to translate the > Char* audio stream generated by WaveIn to a format that can be > understood by Speex. Would using speex_decode_int and > speex_encode_int instead of speex_decode and speex_encode be the > answer? Using speex_encode_int() might happen to work on your PC, but then going to a different platform, endianness might turn around and b...
2007 Nov 04
0
WaveIn/WaveOut and Speex
...is has nothing to do with Speex BTW, it's just handling the audio data properly. Jean-Marc Evgueni Tsygankov wrote: > Hello, > > > > I know my question has been asked before because I spent the last week > searching the web for how to use Speex in combination with > WaveIn/WaveOut and I ran into a few posts, but none of them answer the > question. There is still a lot of confusion how to use WaveIn/WaveOut > and Speex by junior developers such as myself. Even after examining code > for SpeexDec and SpeexEnc, I cannot get clear sound when I try to > >...
2007 Nov 05
0
WaveIn/WaveOut and Speex
..., Jean Marc and many others, including me, care very little about an crappy OS produced by that company in the US which has been convicted of (but not punished for) anti-competitive behaviour. > but believe me, there are a lot of programmers, whose posts I saw > on the web, who tried to use WaveIn/WaveOut and Speex and failed. That has exactly zero to do with Speex and everything to do with microsoft's profoundly crappy/stupid APIs and the incompetance of programmers on the windows platform who are so used to their clicky pointy IDEs that they can't even think for themselves. >...
2012 Jan 20
2
No sound in Wine 1.3.37 (tried known solutions already)
...Discard all samples (playback) or generate zero samples (capture) default Default ALSA Output (currently PulseAudio Sound Server) sysdefault:CARD=XFi Creative X-Fi, Front/WaveIn Default Audio Device front:CARD=XFi,DEV=0 Creative X-Fi, Front/WaveIn Front speakers rear:CARD=XFi,DEV=0 Creative X-Fi, Surround Rear speakers center_lfe:CARD=XFi,DEV=0 Creative X-Fi, Center/LFE Center and Subwoofer speakers side:CARD=XFi,DEV=0 Creative X-Fi, Side...
2008 Sep 12
1
Echo Cancellation not working on WinCE
Hello Friends, I am trying to use speex-1.2beta3 version for echo cancelling. On my WinCE board I am using WaveIn/WaveOut functions to record and playback audio. I am receiving audio data on udp socket, then playing it on speaker using WaveOutWrite function. I registered callback to capture microphone data, then data chunk came from socket ( which I played on speaker) and data captured from microphone is provi...
2006 Jun 22
2
How to get audio data from microphone on pocketPC ?
...or my bad english. So i have make an GUI in C# that use the speex functions through dll write in C++. And the encoding and the decoding using speex seems to work not too badly.(i test with a wave file) My problem is that i need to get audio data from the microphone. In order to do that, i use the waveIn*** functions. When i record in a big buffer in *ONE* time, i can play the sound perfectly. (In this case, i only have one buffer and the callback function is not used) But if i record in a small buffer (160 char) several times, and i copy each time this small buffer in a big buffer, it doesn'...
2005 Nov 29
1
Problem in encoding/decoding speech in Win CE
Hi, I am trying to encode raw wave data stored in a buffer using the Speex API (The raw wave data is created using the waveIn* functions - probably irrelevant information here). It is a 5 second clip, 16bits/sample, 8000Hz mono (which gives a buffer size of 80kb for the wave data). I have followed the exact procedure found in the manual available from the web site, except that instead of writing the speex strea...
2007 Dec 05
1
AEC diagnistics generated files
...ECHO_CANCEL_DATA as per the docs. The problem is that the dump files the AEC generates are of different size. As I understand this and looking at echo_diagnostic.m, the files are supposed to be of same size. Can someone give me a hint as to why this could be happening? Additional info: Windows WaveIn/Out API is used to work with a sound device. The format is PCM 16 8 2 Thanks much, Dmitry
2008 Dec 10
1
No Sound in Wine - disable / remove pulseaudio
...> >I used padsp for a while when a beautiful project was born : WinePulse. I'm actually testing it with the main (and only) developer of this PulseAudio backend for Wine and recently he made it working on my Ubuntu 8.10 with PulseAudio 0.9.10. So it's not yet a full implementation and WaveIn doesn't work for me, but it will be fine and I hope integrated in Wine. Do you have a link to that DNS test with PA and OSS? Thanks, Susan Cragin
2007 Dec 05
1
AEC diagnistics generated files
...ECHO_CANCEL_DATA as per the docs. The problem is that the dump files the AEC generates are of different size. As I understand this and looking at echo_diagnostic.m, the files are supposed to be of same size. Can someone give me a hint as to why this could be happening? Additional info: Windows WaveIn/Out API is used to work with a sound device. The format is PCM 16 8 2 Thanks much, Dmitry
2010 Jun 28
1
ACE does not work for me at all.
...r for voice is not loudy enough by default. 8000 speex_preprocess_ctl(_den_state, SPEEX_PREPROCESS_SET_AGC_LEVEL, &ftmp); tmp=1; speex_preprocess_ctl(_den_state, SPEEX_PREPROCESS_SET_VAD, &tmp); and following is how I cancel echo: I have a player class and a recorder class using windows wavein and waveout with waveInProc and waveOutProc event handlers void __stdcall WFAudioPlayer::WaveOutProc(HWAVEOUT hWaveOut,UINT uMsg,DWORD dwInstance,DWORD dwParam1,DWORD dwParam2) { if(uMsg != WOM_DONE) return; WFAudioPlayer* player = reinterpret_cast<WFAudioPlayer*>(dwInstance); if (play...
2006 Jun 23
0
How to get audio data from microphone on pocketPC ?
...make an GUI in C# that use the speex functions through dll > write in C++. > And the encoding and the decoding using speex seems to work not too > badly.(i test with a wave file) > > My problem is that i need to get audio data from the microphone. > In order to do that, i use the waveIn*** functions. > > When i record in a big buffer in *ONE* time, i can play the sound > perfectly. > (In this case, i only have one buffer and the callback function is not > used) > > But if i record in a small buffer (160 char) several times, and i copy > each time this small...
2007 Dec 06
0
AEC diagnistics generated files
...ECHO_CANCEL_DATA as per the docs. The problem is that the dump files the AEC generates are of different size. As I understand this and looking at echo_diagnostic.m, the files are supposed to be of same size. Can someone give me a hint as to why this could be happening? Additional info: Windows WaveIn/Out API is used to work with a sound device. The format is PCM 16 8 2 Thanks much, Dmitry _______________________________________________ Speex-dev mailing list Speex-dev@xiph.org http://lists.xiph.org/mailman/listinfo/speex-dev __________________________________________________________...
2001 Sep 20
0
fixme:dsound:IDirectSoundBufferImpl_QueryInterface {279afa86-4981-11ce-a521-0020af0be560}: I know about this GUID, but don't support it yet
hi, since HL 1.1.0.8 supportes VoiceMessages. i get allways the error for: waveIN ... an at the same time in the log this message appears .... : fixme:dsound:IDirectSoundBufferImpl_QueryInterface {279afa86-4981-11ce-a521-0020af0be560}: I know about this GUID, but don't support it yet does anyone has a fix for that ? it's like 1914 i think inthe dsound_main.c but i...