Displaying 1 result from an estimated 1 matches for "oggstruct".
Did you mean:
  obstruct
  
2001 Mar 14
2
Playing Problems :(
...+-------------+
First i fill all buffest with ov_read. Then I start to play firts buffer.
When i stops I'll start to play second buffer and fill firts buffer with
ov_read. Buffer setting are:
        p_oggB->wfx.wFormatTag = WAVE_FORMAT_PCM;
        p_oggB->wfx.nChannels  = oggstruct.vi->channels;
        p_oggB->wfx.nSamplesPerSec = (unsigned long) oggstruct.vi->rate;
        p_oggB->wfx.wBitsPerSample = 16;
        p_oggB->wfx.nBlockAlign = (oggstruct.vi->channels *
p_oggB->wfx.wBitsPerSample) / 8;
        p_oggB->wfx.nAvgBytesPerSec = (unsigned long)...