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

how to use OpusSource for encode and decode bytes ? #461

Open sapurtcomputer30 opened 2 years ago

sapurtcomputer30 commented 2 years ago

Hello , I need to encode and decode the output of the DataAvailable event via CSCore .OPUS and be able to send it over the network. Is it possible?