search for: cbsize

Displaying 20 results from an estimated 48 matches for "cbsize".

Did you mean: bsize
2011 Mar 15
4
HUNK #N Problems When Applying A Patch For Wine 1.3.15
...INAPI GetRawInputDeviceList(PRAWINPUTDEVICELIST pRawInputDeviceList, PUINT /****************************************************************** * RegisterRawInputDevices (USER32.@) */ -BOOL WINAPI DECLSPEC_HOTPATCH RegisterRawInputDevices(PRAWINPUTDEVICE pRawInputDevices, UINT uiNumDevices, UINT cbSize) +BOOL WINAPI RegisterRawInputDevices(PRAWINPUTDEVICE pRawInputDevices, UINT uiNumDevices, UINT cbSize) { - FIXME("(pRawInputDevices=%p, uiNumDevices=%d, cbSize=%d) stub!\n", pRawInputDevices, uiNumDevices, cbSize); + DWORD flags; + HWND hWnd; + + if(mouse_init) return FALSE;...
2007 Nov 06
1
Running R2WinBUGS on Linux using Wine
...run WinBUGS from R via R2WinBUGS (this seems like the only real option for running BUGS from R on a Linux platform?) (2) WinBUGS seems to run okay, except for the following output errors: === === === fixme:keyboard:RegisterHotKey (0x10024,13,0x00000002,3): stub fixme:ole:GetHGlobalFromILockBytes cbSize is 13824 err:ole:CoGetClassObject class {0003000a-0000-0000-c000-000000000046} not registered err:ole:CoGetClassObject class {0003000a-0000-0000-c000-000000000046} not registered err:ole:CoGetClassObject no class object {0003000a-0000-0000-c000-000000000046} could be created for context 0x3 ===...
2001 Mar 14
2
Playing Problems :(
...i->rate; p_oggB->wfx.wBitsPerSample = 16; p_oggB->wfx.nBlockAlign = (oggstruct.vi->channels * p_oggB->wfx.wBitsPerSample) / 8; p_oggB->wfx.nAvgBytesPerSec = (unsigned long) (p_oggB->wfx.nSamplesPerSec * p_oggB->wfx.nBlockAlign); p_oggB->wfx.cbSize = 0; Could someone send me source code, how he is playing ogg file, or give me some hint? Thanks a lot! Michal Simonik --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-requ...
2005 Jan 05
4
Encoding and decoding problem in speex 1.0.4
...ing it to the peer. I wanted to encode and decode wav files that brought me to this site. I am recording sound in the following format:- m_WaveFormatEx.wFormatTag = WAVE_FORMAT_PCM; m_WaveFormatEx.nChannels = 1; m_WaveFormatEx.wBitsPerSample = 8; m_WaveFormatEx.cbSize = 0; m_WaveFormatEx.nSamplesPerSec = 8000; m_WaveFormatEx.nBlockAlign = 1; m_WaveFormatEx.nAvgBytesPerSec = 8000; The recording is as follows :- When the buffer(size = 2000 bytes) gets filled with sound data a function with the body shown below is called....
2007 Jul 26
2
error in using R2WinBUGS on Ubuntu 6.10 Linux
...using the R2WinBUGS packages with the source file listed below. WinBUGS appears to run properly, but I get the following message after WinBUGS starts in WINE. Does anyone know what may be causing this error and what the correction may be? Thanks ERROR MESSAGE: fixme:ole:GetHGlobalFromILockBytes cbSize is 13824 err:ole:CoGetClassObject class {0003000a-0000-0000-c000-000000000046} not registered err:ole:CoGetClassObject class {0003000a-0000-0000-c000-000000000046} not registered err:ole:CoGetClassObject no class object {0003000a-0000-0000-c000-000000000046} could be created for context 0x3 fixme:k...
2011 May 10
10
Onlive client, working, mouse issue
As of WINE 1.3.19 the Onlive client connects and runs nicely. I'm using Ubuntu 11.04, and no firewall software to let it connect. The only problem mouse input (DirectInput I guess) does not work while controlling a player in any games I've tried. It work fine in the Onlive interface and even during in-game menu systems. Any suggestions for an override on this? I'm not experienced
2014 May 02
0
Wine release 1.7.18
...n app uses LocalAlloc handle as direct buffer without prior locking) 34823 Sybase PowerDesigner 16.5 'pdshell16.exe' (.NET 4.x app) fails on startup 35321 Wolverine: game crash after Unreal technology logo 35788 Planetside 2 crashes on launch (uninitialized/implausible MONITORINFOA.cbSize passed to GetMonitorInfoA, causing stack buffer overwrite) 35835 Symantec Norton 360 installer crashes on unimplemented function advapi32.dll.GetTraceLoggerHandle 36015 FIFA 2002 demo crashes because gethostbyaddr with magic loopback address return NULL 36024 Adobe Reader 8.1.1 fails to in...
2006 Nov 01
1
Integrating speex with VideoNet application: Constant background noise
...be the same as the FRAME_SIZE such that my callback function is called everytime 160 bytes of data is recorded. Here's what I did in the initialisation (called only once). m_waveFormatEx.wFormatTag =WAVE_FORMAT_PCM; m_waveFormatEx.nChannels =1; m_waveFormatEx.wBitsPerSample =8; m_waveFormatEx.cbSize =0; m_waveFormatEx.nSamplesPerSec = 8000; m_waveFormatEx.nBlockAlign =1; m_waveFormatEx.nAvgBytesPerSec = 8000; int quality =8; speex_bits_init(&bits); enc_state = speex_encoder_init(&speex_nb_mode); speex_encoder_ctl(enc_state, SPEEX_SET_QUALITY, &quality); In my recording callback...
2010 Apr 17
1
Alien vs. Predator Classic 2000 - Mouse doesn't working
Hi I have only one but BIG problem with this game. Mouse just doesn't working i don't know why i tried to change MouseWrapOverride to enable/disable/force and nothing helped. But sometimes when i lunch game i can see the mouse cursor somewhere in the game window and it doesn't moves the game just block it in one place. Of course i tried few things like run game in window/fullscreen
2001 Aug 26
4
On the "broken" .WAV files issue
...ional information, this structure is included as the first member in another structure, along with the additional information. typedef struct { WORD wFormatTag; WORD nChannels; DWORD nSamplesPerSec; DWORD nAvgBytesPerSec; WORD nBlockAlign; WORD wBitsPerSample; WORD cbSize; } WAVEFORMATEX; Members wFormatTag Waveform-audio format type. Format tags are registered with Microsoft Corporation for many compression algorithms. A complete list of format tags can be found in the MMREG.H header file. nChannels Number of channels in the waveform-audio data. Monaural d...
2010 Jun 25
0
Wine release 1.2-rc5
...E_USE_PATHURL flag only unescapes file urls in UrlCanonicalize. Aurimas Fi?eras (1): cmd: Update Lithuanian translation. Dmitry Timoshkov (1): comctl32: Add a bunch of imagelist storage tests, make them pass under Wine. Dylan Smith (5): winemine: Native RegisterClassEx requires cbSize to be set. shell32: Native RegisterClassEx requires cbSize to be set. shdocvw: Native RegisterClassEx requires cbSize to be set. wordpad: Remove untranslated resources from the Chinese translation. wordpad: Use correct resource ID for tab stops dialog. Eric Pouech (2):...
2011 Jun 21
0
Attempting to boot Unity3D
...of the window, returning failure err:d3d:context_set_pixel_format Failed to set pixel format 15 on device context 0x11dc, last error 0. err:d3d:context_create Failed to set pixel format 15 on device context 0x11dc. fixme:win:GetRawInputDeviceList (pRawInputDeviceList=(nil), puiNumDevices=0x32f2a4, cbSize=8) stub! fixme:win:GetRawInputDeviceList (pRawInputDeviceList=(nil), puiNumDevices=0x32f2ac, cbSize=8) stub! fixme:win:RegisterRawInputDevices (pRawInputDevices=0x32f314, uiNumDevices=1, cbSize=12) stub! fixme:d3d:resource_check_usage Unhandled usage flags 0x8. fixme:d3d:resource_check_usage Unhand...
2006 Nov 02
1
Integrating speex with VideoNet application: Constantbackground noise
...as the FRAME_SIZE such that my callback function is called everytime 160 bytes of data is recorded. Here's what I did in the initialisation (called only once). m_waveFormatEx.wFormatTag =WAVE_FORMAT_PCM; m_waveFormatEx.nChannels =1; m_waveFormatEx.wBitsPerSample =8; m_waveFormatEx.cbSize =0; m_waveFormatEx.nSamplesPerSec = 8000; m_waveFormatEx.nBlockAlign =1; m_waveFormatEx.nAvgBytesPerSec = 8000; int quality =8; speex_bits_init(&bits); enc_state = speex_encoder_init(&speex_nb_mode); speex_encoder_ctl(enc_state, SPEEX_SET_QUALITY, &quality); In my reco...
2005 Jan 05
0
Encoding and decoding problem in speex 1.0.4
...following format:- > > I don't know much about windows "Wave" stuff, but this doesn't look right: > m_WaveFormatEx.wFormatTag = WAVE_FORMAT_PCM; > m_WaveFormatEx.nChannels = 1; > m_WaveFormatEx.wBitsPerSample = 8; > m_WaveFormatEx.cbSize = 0; > m_WaveFormatEx.nSamplesPerSec = 8000; > m_WaveFormatEx.nBlockAlign = 1; > m_WaveFormatEx.nAvgBytesPerSec = 8000; > > > You want 16 bits per sample, and 16000 bytes per second... -SteveK
2006 Oct 30
0
Integrating speex with VideoNet application: Constant background noise
...be the same as the FRAME_SIZE such that my callback function is called everytime 160 bytes of data is recorded. Here's what I did in the initialisation (called only once). m_waveFormatEx.wFormatTag =WAVE_FORMAT_PCM; m_waveFormatEx.nChannels =1; m_waveFormatEx.wBitsPerSample =8; m_waveFormatEx.cbSize =0; m_waveFormatEx.nSamplesPerSec = 8000; m_waveFormatEx.nBlockAlign =1; m_waveFormatEx.nAvgBytesPerSec = 8000; int quality =8; speex_bits_init(&bits); enc_state = speex_encoder_init(&speex_nb_mode); speex_encoder_ctl(enc_state, SPEEX_SET_QUALITY, &quality); In my recording callback...
2009 Jan 20
0
VoIP with wavefrom and speex
...he waveform options: waveform.nChannels = 1; waveform.wFormatTag = WAVE_FORMAT_PCM; waveform.wBitsPerSample = 16; waveform.nSamplesPerSec = 8000; waveform.nBlockAlign = (waveform.nChannels*waveform.wBitsPerSample)/8; waveform.nAvgBytesPerSec = waveform.nSamplesPerSec*waveform.nBlockAlign; waveform.cbSize = 0; What am I doing wrong? Are there any examples for encoding a waveform pcm stream in realtime (I didn't found any)? Thanks for your help, Peter -- Psssst! Schon vom neuen GMX MultiMessenger geh?rt? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger
2008 Nov 18
1
Re: AutoCAD and Wine
James McKenzie wrote: > EF wrote: > > > Also, is there a downloadable test version of AutoCad 2008 (I doubt it, > but it never hurts to ask.) > > James McKenzie > I found one here: http://files.brothersoft.com/graphics_design/cad/AutoCAD2008Trial.exe
2012 Oct 25
2
WAVE PCM to OPUS and back
...(without opus it works ok) Here is an example of my code. I get message from input device then encode with opus then decode it back to output wave header and play. Doing it i hear only noise in my headphones. So how can i use Opus in this way? Thanks in advance WAVEFORMATEX waveform; waveform.cbSize = 0; waveform.wFormatTag = WAVE_FORMAT_PCM; waveform.nChannels = 2; waveform.wBitsPerSample = 8; waveform.nSamplesPerSec = 48000; waveform.nBlockAlign = waveform.nChannels * (waveform.wBitsPerSample >> 3); waveform.nAvgBytesPerSec = waveform.nSamplesPerSec * waveform.nBlockAlign; #define BUF...
2001 Aug 24
1
A broken WAV header?
...y/en-us/multimed/hh /multimed/mmstr_7gtu.asp WAVEFORMATEX: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/multimed/hh /multimed/mmstr_625u.asp According to these pages, it seems that PCMWAVEFORMAT has been superseded by WAVEFORMATEX? And 0's for the last 2 bytes are allowed (cbSize) when the data is PCM. So, the comment sounds a bit weird to me... =) And there seems like the Oggenc gives a warning about 'fact' chunk in a file, but all the applications that produce WAV file must include it, IIRC. (mentioned in a comment in the old ACMAPP sample application?) But man...
2002 Mar 01
4
UI regression
Hi, Earlier this year I "upgraded" from wine 20010510 to 20011226 in order to see if some kind of resource leak was fixed which caused screen redraws to get progressively slower and slower and slower and slower, .... That was fixed but there seemed to be a significant number of graphics and UI regressions. I've just upgraded to 20020228 to see if things were any better and within