Re: [Sndobj-devel] SndCoreAudio fixes
Status: Abandoned
Brought to you by:
veplaini
From: sonify <so...@av...> - 2007-01-25 13:18:07
|
New CVS compiled OK on OSX10.4.8 With this in mind: > import time > import sndobj > tab = sndobj.HarmTable() > osc = sndobj.Oscili(tab, 440, 16000) > #outp = sndobj.SndRTIO > outp = sndobj.SndCoreAudio() > outp.SetOutput(1,osc) > > thread = sndobj.SndThread() > thread.AddObj(outp, sndobj.SNDIO_OUT) > thread.AddObj(osc) > thread.ProcOn() > time.sleep(15) > thread.ProcOff() > thread.ProcOn() returns a "bus error" exception and bombs. If I remember correctly, it used to bomb on > outp = sndobj.SndCoreAudio() how that helps, David On 25/01/2007, at 3:28 AM, Victor Lazzarini wrote: > Dear all, > > I have committed to CVS some fixes to SndCoreAudio to handle non- > interleaved > audio. I am wondering whether that was the problem with Intel > hardware. If the audio device required non-interleaved audio, it > would not have > worked. Would anyone care to test it? > > On the other hand the problem might be somewhere else... > > Victor Lazzarini > Music Technology Laboratory > Music Department > National University of Ireland, Maynooth > > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Sndobj-devel mailing list > Snd...@li... > https://lists.sourceforge.net/lists/listinfo/sndobj-devel > _________________________________________________ experimental polymedia: www.avatar.com.au Sonic Communications Research Group, University of Canberra: www.canberra.edu.au/vc-forum/scrg vip=Verbal Interactivity Project |