JonathanGirardeau

Results 6 issues of JonathanGirardeau

I try to simply capture audio on a [Scarlett 4i4](https://focusrite.com/products/scarlett-4i4-3rd-gen?setCurrencyId=6) with pulseaudio. ```ma_device_init``` returns ```Error: Invalid argument``` After debugging, I have found that ```ma_channel_map_is_valid(pConfig->pChannelMapIn, pConfig->channelsIn)``` returns ```false``` (```pConfig->channelsIn = 3```)....

Valgrind says the `simple_enumeration` binary has memory leaks when using `alsa` or `pulse audio` backends. The `null` backend has no memory leak. ALSA: ``` valgrind --leak-check=full --show-leak-kinds=all --errors-for-leak-kinds=all ./a.out ==141836==...

I'm trying to build with MSVC, after solving some problems I have unresolved symbols like `rasqal_sv_new`. And I am stuck at understanding these lines: ```c #define sv_new rasqal_sv_new #define sv_free...

Hello, I have not started to use this library but it seems very interesting. I would like to know if it is possible to check the "real type" of a...

Hello, I use Rasqal to parse a TTL file with ~1000 triples. I execute ~350 SPARQL queries to get all info that I need in that file. It takes ~45sec...

Hello, I want to deliver a software and keep security data hidden, so I don't want it to be on the filesystem. In order to do that, I would like...