Michael Švejcar

Results 5 issues of Michael Švejcar

Hello, my app consists of multiple projects, that have dependencies on each other. Is it possible to set Obfuscar in such a way, so that for each of these projects,...

question

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...

Hello, I've been testing this library with slightly modified code which was provided as example: ``` var engine = AudioEngine.CreateDefault(); var buffer = engine.CreateBuffer(); var source = engine.CreateSource(); // Play...

Hello, after changing the assembly name of my project in Visual Studio, audio playback using NAudio installed as nuget has become inaudible, with no other errors. This issue persisted even...

Hello, in my GUI app I am implementing audio player using NAudio. The way it is working now is that I am creating AudioFileReader, which I then pass into VolumeSampleProvider...