[chuck] no sound from sndbuf?

Michael Heuer heuermh at acm.org
Thu Sep 2 20:03:52 EDT 2004


On Thu, 2 Sep 2004, Philip Davidson wrote:

> Hmm.  I'd noted something going on last night myself.
> the sndfile library we're using might be finicky about
> sound file formats
>
> Does this problem occur on both platforms,
> or with other formats ( aiff ? au? )

Also occurs with AIFF on cygwin/win2000, will have to wait until tomorrow
to check with MacOSX.

   michael


>
>
> Phil
>
> On Thursday, September 2, 2004, at 07:22  PM, Michael Heuer wrote:
>
> > Hello,
> >
> > Just started with chuck 1.1.4.6, cygwin/win2000 and also MacOSX.  I get
> > sound fine from synth generators (larry.ck, moe.ck examples) but not
> > from
> > sndbuf (sndbuf.ck example).  The file appears to get read, I just don't
> > hear any output.
> >
> > I'm using 16/44.1 stereo wav samples from ampfea.org, e.g.
> >
> >> http://ampfea.org/files.php?com=i_view&type=20
> >
> >
> > sndbuf.ck
> > ---
> > sndbuf buf => dac;
> > "snare.wav" => buf.read;
> >
> > while( true )
> > {
> >     0 => buf.pos;
> >     100::ms => now;
> > }
> >
> >    michael
> >
> > _______________________________________________
> > chuck mailing list
> > chuck at lists.cs.princeton.edu
> > https://lists.cs.princeton.edu/mailman/listinfo/chuck
>
> _______________________________________________
> chuck mailing list
> chuck at lists.cs.princeton.edu
> https://lists.cs.princeton.edu/mailman/listinfo/chuck
>



More information about the chuck mailing list