[CLAM] 44bytes doubt (files)
Xavi Rubio
xrubio at iua.upf.es
Thu Nov 27 03:01:03 PST 2003
The problem is that you don't set the size of the Audio you fill, so it has default size (0, I think).
Try to call SetSize after you configure the audio file in:
mAudioIn.Configure(afc);
mAudio.SetSize(mAudioIn.Size());
and it will fix the problem, I suspect.
Xavi
On Thu, 27 Nov 2003 10:53:51 +0100
"Daniel Casanovas i Torrents" <dani at sms25.com> wrote:
> Hi,
>
> I send you my codes and settings file. The file I test is 1.wav (from the tutorial). If something else is necessary please tell me.
>
> thanks
> Daniel
>
More information about the clam-users
mailing list