LowLevel Audio Interface to Squeak

Martin Kuball MartinKuball at web.de
Wed Apr 13 20:04:21 UTC 2005


Am Wednesday 13 April 2005 01:53 schrieb Brad Fuller:
> Hi,
>
> I would like to build an interface between PortAudio (platform
> independent interface to dependent
> OS/HW) and Squeak. I've built PortAudio and run all the tests
> successfully. Now, my next task is to build the interface. I've
> never done this. What is the best way to do this? Where do I look?
> I understand there are different ways to do it, some better than
> others? Some obsolete?
>
> thanks,
>
> brad
> (anyone want to help with this?)

Well, I would start by making a list of the existing audio classes in 
squeak (most notably SoundPlayer) and play with their methods.
For the plugin use VMMaker. Start with an existing plugin, make a copy 
and modify it. Publish early and hope for a lot of feedback.

Martin



More information about the Squeak-dev mailing list