From: Ed W <li...@wi...> - 2006-06-30 09:18:50
|
Jouke Visser wrote: > Hi, > > Since the wxWave class has been dropped (I believe since wxWidgets > 2.5.1), wxSound has been the replacement. However, the wxPerl sources > still refer to wxWave, and don't have support for wxSound. > > Can this be fixed? > Only slightly related to your problems, but I have worked with RtAudio for a couple of projects and it's pretty decent under Linux, Windows and (never tested) Mac. If you needed a much more advanced cross platform library then look very hard at that http://www.music.mcgill.ca/~gary/rtaudio/ I have sent in a few patches which are included in the latest release for handling simultaneous record and playback and actually the library is now more than accurate for taking impulse response measurements for measuring rooms and loudspeakers - so basically you have a lot of control and the library is accurate. Supports just about every sound API out there as well! It would be great to see this wrapped under (or both) perl and wxWidgets Good luck Ed W |