search for: wave_mapper

Displaying 8 results from an estimated 8 matches for "wave_mapper".

2011 Jan 15
5
Wave audio problem
I have some problems with wave audio in Wine. It sais that my device does not support any format at all. I run the following Code: #include <windows.h> #include <cstdio> typedef int (*EnumDevicesCallback)(const WAVEOUTCAPS* caps,void* param_through); int enumDevices(EnumDevicesCallback onDevice,void* param_through) { unsigned int n_devs=waveOutGetNumDevs(); unsigned int i=0;
2010 Jul 20
2
[SPAM] [BombData][alltestmode] Re: Speex Echo Cancellation
As for me - speex_echo_cancellation is a better choise. Try using it in capture thread instead of those speex_echo_capture and speex_echo_playback functions. And please, describe your problem in details. Cause the fact that you "didn get echo cancellation" doesn't mean you are doing smth wrong. Regards, Anton A. Shpakovsky -----Original Message----- From: speex-dev-bounces at
2013 Jan 04
0
Wine release 1.5.21
...i32/tests: Fix test failures on older Windows versions. Andrew Eikum (7): winmm: Use a separate array to map the default device. winmm: Rearrange device mapping when a new default device is chosen. winmm: Don't give a period time to IAudioClient::Initialize. winmm: Open WAVE_MAPPER devices in their own devices array. winmm: Reroute WAVE_MAPPER devices as the default device changes. wininet: Fail on URLs without a scheme. winmm: Don't map the device if WAVE_FORMAT_DIRECT is given. Andrew Talbot (15): winex11.drv: Indentation fix. wined3d: Ind...
2010 Jul 20
0
[SPAM] [BombData][alltestmode] Re: Speex Echo Cancellation
...apturing Audio),CAudioSink(playback the audio). In CAudioSink::AudioPlayer() which is timer functon called every 5ms,i will decode the audio which i receive from server,play the decoded audio and after i am calling speex_echo_playback(). In CAudiosrc class i am calling waveInOpen(&hWaveIn, WAVE_MAPPER, &format,m_ThreadID,NULL, CALLBACK_THREAD); ON_THREAD_MESSAGE(MM_WIM_DATA, OnWaveInFun) In CAudiosrc ::OnWaveInFun() i am calling speex_echo_capture,speex_preprocess_run,speex_encode_int. void CspxEnDe::Init(int mode) { speex_mode = mode; initialized = 1; speex_bits_init(&bits);...
2010 Oct 11
2
Rosetta Stone
...; AUDIO ERROR > AUDIO ERROR > AUDIO ERROR > AUDIO ERROR > AUDIO ERROR > AUDIO ERROR > AUDIO ERROR > AUDIO ERROR > AUDIO ERROR > AUDIO ERROR > AUDIO ERROR > AUDIO ERROR > AUDIO ERROR > AUDIO ERROR > AUDIO ERROR > AUDIO ERROR > AUDIO ERROR > ...using WAVE_MAPPER > AUDIO ERROR > AUDIO ERROR > wine client error:30: pipe: Too many open files > err:winediag:FILE_CreateFile Too many open files, ulimit -n probably needs to be increased > err:wave:wodOpen Error open: Input/output error > err:wave:wodOpen Error open: Input/output error > err:w...
2010 Jul 20
1
[BombData][alltestmode] Re: [SPAM] [BombData][alltestmode] Re: Speex EchoCancellation
...apturing Audio),CAudioSink(playback the audio). In CAudioSink::AudioPlayer() which is timer functon called every 5ms,i will decode the audio which i receive from server,play the decoded audio and after i am calling speex_echo_playback(). In CAudiosrc class i am calling waveInOpen(&hWaveIn, WAVE_MAPPER, &format,m_ThreadID,NULL, CALLBACK_THREAD); ON_THREAD_MESSAGE(MM_WIM_DATA, OnWaveInFun) In CAudiosrc ::OnWaveInFun() i am calling speex_echo_capture,speex_preprocess_run,speex_encode_int. void CspxEnDe::Init(int mode) { speex_mode = mode; initialized = 1; speex_bits_init(&bits);...
2013 Nov 15
0
Wine release 1.6.1
...mpletion is 64-bit on 64-bit platforms. server: Store full-sized completion information on the server side. windowscodecs: Implement CreateBitmapFromHBITMAP. gdiplus: GdipTransformRegion should not fail for an empty path. Fabrice Bauzac (1): winmm: Fix WOD_Open() WID_Open() WAVE_MAPPER no-device case. Fran?ois Gouget (1): loader: Fix the clean target to delete the generated wine_info.plist file. Fr?d?ric Delanoy (14): server: Fix manpage formatting. loader: Fix wine manpage formatting. loader: Fix invalid groff in Polish wine manpage. loader: Updat...
2013 Aug 30
0
Wine release 1.7.1
...trace. kernel32/tests: Increase time interval that WriteFile could spend for an overlapped IO write. ntdll: Properly set flag which indicates buffer empty state. kernel32/tests: Add a FlushFileBuffers test for a COM port. Fabrice Bauzac (1): winmm: Fix WOD_Open() WID_Open() WAVE_MAPPER no-device case. Fran?ois Gouget (3): ntdll/tests: Add a trailing '\n' to an ok() call. imm32/tests: Fix a trailing '\n' in an ok() call. oleaut32/tests: Add a trailing '\n' to a couple of ok() calls. Gediminas Jakutis (1): wined3d: Recognize Nvidia...