cscore icon indicating copy to clipboard operation
cscore copied to clipboard

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

Results 94 cscore issues
Sort by recently updated
recently updated
newest added

I would like to take an audio file, process the audio to a certain LUFS scale and then save it to another format with that new volume. Is that possible...

I am a simple hobby c# programmer. I tried to compile cscore for dot net 6.0. From what I understand it seems to be working. Maybe a better programmer can...

.NET 5 was released some weeks ago. It would be awesome to be able to use this library on .NET 5

Hi, I've recently used CSCore in a little project of mine to precompute the FFT for an entire song file and play it back as an animation. Currently, I'm debating...

Hi, I was trying with the **cscore** project and while running, its throwing an exception '**'The method or operation is not implemented"** when I hit 'Refresh Devices' button on Recorder...

When compiling the .NET Standard branch, MSBUILD runs a `PostBuildEvent` command in the `Microsoft.Common.CurrentVersion.targets` file on line 5574 that causes the build to exit with `code -1`. Code from `Microsoft.Common.CurrentVersion.targets`...

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?

I am trying to record audio stream from a microphone to file (wav format). By default, the file is recorded in stereo, the IEEE Float codec, but I need to...

Hi, I'm a little stumped as I've seen a bunch of examples with 'in theory' identical code that should work. In a nutshell, the Editor crashes and doesn't provide a...

This fix makes ALSoundOut work on both Linux and Windows. Admittedly, it's not an ideal solution, but since the path for DllImport has to be constant, I couldn't really find...

enhancement