Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSCore cross-platform support #325

Open
Krakean opened this issue Feb 5, 2018 · 1 comment
Open

CSCore cross-platform support #325

Krakean opened this issue Feb 5, 2018 · 1 comment
Labels

Comments

@Krakean
Copy link

Krakean commented Feb 5, 2018

Hello

Not sure whether it was already asked, my apologiez if it is, but I have a few questions:
a) Is CSCore support OSX, at least? As I can see it has CoreAudio, so may be OSX supported too?
b) Is CSCore support .NET Core / NET Standard 2.0?

I would like to use CSCore as sound engine in my home-made C# engine for RTS game that I developing right now, and since my engine is targetting .NET Core 2.0 with Win64/OSX support, wanted to ensure whether CSCore support things above.

@filoe filoe added the question label Feb 6, 2018
@filoe
Copy link
Owner

filoe commented Feb 6, 2018

The CoreAudioApi in the master branch is the windows core audio api: https://msdn.microsoft.com/en-us/library/windows/desktop/dd370802(v=vs.85).aspx

It would not be far from supporting net standard and osx.
But to be honest, I currently don't have the time to do that step. There is ffmpeg integration for all the decoders (you would need to build ffmpeg for osx).
There is a pull request for osx implementation. But as I said. I don't have the time for it:
#191

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants