Florian

Results 102 comments of Florian

So, you would like to write it to stdout?

So you just want to decode an input and write the raw data to stdout? You can write it to any stream: ``` using(var stream = Console.OpenStandardOutput()) { IWaveSource source...

Where does the exception occur? CSCore won't use any storage on the disk. I would guess it is caused somewhere within the StandardOutput stream. Can help you on that.

Please use the `Stopped` event, which should provide the exception object for some further details.

I'm sorry. It is definitly a todo but not implemented yet.

Sounds great. Maybe you could include a sample via pull request?

What are you actually using to build the project on linux. Got little to no experience with c# on linux. VSCode, MonoDev?

Have you rewritten the post build-event code?

Exactly, but I'm not sure how to handle multiple platforms. Maybe we should just exclude all windows components from the linux and mac build. So we would not need the...

Merged pull request into an openal [branch](https://github.com/filoe/cscore/tree/openal)