microsoft / WinObjC

Objective-C for Windows
MIT License
6.24k stars 809 forks source link

CoreAudio support #241

Open ardentra opened 8 years ago

ardentra commented 8 years ago

Our app makes heavy use of core audio. Without it we are sunk... Hopefully that gets on the roadmap soon.

ardentra commented 8 years ago

How long will an issue remain under review?

s5msft commented 8 years ago

@ardentra Unfortunately CoreAudio is big and technically complicated. It's on our radar but we don't have any immediate updates.

ardentra commented 7 years ago

This would be pretty much a requirement to port our app over... it would be a pretty massive investment on our part to rewrite our entire audio engine.

nicholasgerard-msft commented 7 years ago

@ardentra While we don't have plans to support all of CoreAudio in the near future, we do have support for OpenAL and AudioToolbox, which you can use directly. We also support the MediaElement XAML control by way of projections; check out WOCCatalog (see XamlViewController) for an example.