Hector Ricardo

Results 4 issues of Hector Ricardo

Hello. First of all I want to thank you for developing such an amazing library. I was going through the source code (inside the `Source` folder) to learn how the...

I found an example of a java file whose comments are not being stripped correctly. You can download the file at: [https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/raw-file/c60436725ce4/src/share/classes/javax/sound/sampled/FloatControl.java](https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/raw-file/c60436725ce4/src/share/classes/javax/sound/sampled/FloatControl.java) Sample code ```javascript const fs = require('fs').promises; const...

Co you have an example where there is actual sound output from the synthesizer? If I am not wrong, the code in example/main.c produces an output file of float32output.pcm ....

Hello, I noticed that there's no call to `MediaBrowserCompat.disconnect` anywhere in the repo. Was this intentional? To never unbind the service? Or did you just forget?