Results 17 issues of michel

To filter realtime audio, we must save the filter state after process a block of sample in c++ the filter object can store it internaly, in c an opaque struct...

feature

Could you help me to parse an option with a string like this: command --arg "abc: - (cde, 0)" is it possible to use delimiter, like ", to specify the...

I'm try to read an ogg vorbis file while beeing written with virtual io interface, it works good, until EOF is reached at this point a call to sf_read_* return...

Bug

on x86_64 I bench gcc9 and clang8/9 and I see that clang has poor performance Do you know that behaviour? Is there some options to add in the clang case?...

hi, is it possible to save a plot as an image file as a bitmap, or even as a svg?

**Is your feature request related to a problem? Please describe.** C++ is not a supported langage **Describe the solution you'd like to see** Conan is a package manager (from jfrog!)...

feature request

I'd like to use io_buffer from a reader thread and a writer thread How can I do it safely and efficiently?