AudioLib + SharpSoundDevice

DSP, Plugin and Host development discussion.
Post Reply New Topic
RELATED
PRODUCTS

Post

I bumped to these Valdemar Erlingsson's libraries and few plug-ins. These are mainly C# coded but I noticed there's also java version (jDSPlib) available.

Are there these packages ported for C++ somewhere ?

Post

Why are they in C#?

We could try to collect an equivalent C++ collection though. I've been needing one myself, because it seems stupid to try to search for the same libraries that some other C++ coders may or may have not already tested out.

E.g. currently trying to find a simple spline interpolation lib to draw envelopes with.

Post

Anyone interested in putting up a collection of public domain C++ classes, related to audio DSP? E.g. in Github.

There's the musicdsp archive, but I think it's be more reasonable to have actual .h and .cpp files that have been tested with modern compilers.

Post

I think lots of projets are already in github. It's not a good idea to have any kind on the same project, as the API may not be consistent, same for stability.

Post Reply

Return to “DSP and Plugin Development”