audio - Can I use OSX AUGraph from monomac? -
i have mp3 playing application written in c# port osx.
as uses directshow play mp3 realise need recode audio playback part. found apple's playfile sample uses augraph.
the binding cocoa section of http://www.mono-project.com/monomac mentions "much simpler audiotoolbox api".
can point me @ sample code using audiotoolbox c# or preferably using augraph c#.
is porting code monomac best approach or better taking plunge , recoding in objective c.
these samples of using audiounit using same api monomac has, except these samples target iphone using monotouch:
https://github.com/migueldeicaza/monotouch.audiounit
setting audiounit little cumbersome, if want play mp3 files without doing low-level processing or applying effects, can use monomac.appkit.nssound api instead.
Comments
Post a Comment