Results 8 comments of Guillaume VILLENA

Hi ! Because I needed it too, I have written the necessary code for multiple language support. For now there are some graphics problems, but I will fix them soon....

> I could try implementing a playback speed feature. There is nothing altering that parameter in the code so far. It will take just a bit of work I think...

Having a look at https://developer.mozilla.org/en-US/Apps/Fundamentals/Audio_and_video_delivery/WebAudio_playbackRate_explained confirm what I was saying before. In Web Audio when you change the playback rate, the pitch also change and there are no automatic corrections....

I've also faced this issue. I looked through the internet and here is what I found http://www.pidramble.com/wiki/benchmarks/microsd-cards There is nothing about the Pi Zero itself but I think it's similar...

I've been trying things today and found out that things can somehow probably be improved. Before anything, here are the measurements made using the pISO: * Read : ~17MB/s *...

The only issue is that to target arm64e ( M1 chips if I'm correct ) we still need to build the llvm-compiler from scratch (not very difficult, but requires a...

In my case, I'm more interested by the fact that the SQLite Encryption Extension will now become a separate repository because I'm only using the SEE to build a Java...

Hi @utelle, Thanks for the fantastic work. I can now remove (archive) the repository that I kept updated until now for the SQLite 3 JDBC Connector. I'll try to integrate...