filoe / cscore

An advanced audio library, written in C#. Provides tons of features. From playing/recording audio to decoding/encoding audio streams/files to processing audio data in realtime (e.g. applying custom effects during playback, create visualizations,...). The possibilities are nearly unlimited.
Other
2.14k stars 450 forks source link

ALSoundOut in NuGET package #463

Closed refoscodoc closed 1 year ago

refoscodoc commented 2 years ago

Hi everyone and sorry in advance if the question is redundant.

I'm a beginner anyways and I feel like I might just missing something basic, although this is giving me headaches.

I am using the CSCore package from NuGET for a simple gRPC app and it seems to be all working fine, except that I'm on Linux and in the standard package I get from NuGET there's no ALSoundOut class, while I only see it in the openal branch.

What am I missing? Is there a different package I can download?

Thanks in advance and have mercy with the replies!

filoe commented 2 years ago

I am afraid that the nuget version is to okd and does not contain the AL implementation yet. Should update it …

Am 13.01.2022 um 14:47 schrieb MariuoloVinaiuolo @.***>:

 Hi everyone and sorry in advance if the question is redundant.

I'm a beginner anyways and I feel like I might just missing something basic, although this is giving me headaches.

I am using the CSCore package from NuGET for a simple gRPC app and it seems to be all working fine, except that I'm on Linux and in the standard package I get from NuGET there's no ALSoundOut class, while I only see it in the openal branch.

What am I missing? Is there a different package I can download?

Thanks in advance and have mercy with the replies!

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you are subscribed to this thread.

refoscodoc commented 2 years ago

Oh, thank you very much for the prompt reply!

I see :/

Soooo no chances, let's say? It's not important, just a tiny personal project, but it'd be nice. Eh, anyways. Thanks a lot

filoe commented 2 years ago

You can always build the project yourself. But maybe I am really gonna update it …

Am 14.01.2022 um 16:39 schrieb MariuoloVinaiuolo @.***>:

 Oh, thank you very much for the prompt reply!

I see :/

Soooo no chances, let's say? It's not important, just a tiny personal project, but it'd be nice. Eh, anyways. Thanks a lot

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you commented.

refoscodoc commented 2 years ago

No no don't bother! I'll build it myself. Thanks a lot for the feedback :D