feliwir / SharpAudio

Audio playback/capturing engine for C#
MIT License
174 stars 19 forks source link

Using high level interface to play audio represented as float[]? #77

Open MichaelSvejcar opened 1 year ago

MichaelSvejcar commented 1 year ago

Hello, is it somehow possible to use the higher-level interface implementation to play back audio represented as float[], with individual samples being in the range of -1 to 1? I tried, but didn't manage to find a way to create the SoundStream from this kind of data. Thank you!