doublex

Results 34 issues of doublex

Testcase: [err.wav.gz](https://github.com/bond005/vad/files/5317607/err.wav.gz) Command line: ```` python3 detect_voice.py -s /tmp/err.wav -d /dev/stdout -c config/config_for_adapt_vad.json ```` stderr: ```` Traceback (most recent call last): File "detect_voice.py", line 33, in bounds_of_speech = list(detect_spoken_frames(sound, fs,...

Hello, The commit "aa4e8b93558274a45387d215740a6bd4654148f4" has a bug. If I upload a file, the code enters the first "if()", but not the second "if()", so "up->rest" is zero, but "up->length" is...

@hanfei1991 Would it be possible to create the "c-client" only with a dependency to "grpc" (e.g. to void "Poco")?

Great news! Once ready, I will add SWIG configuration (https://github.com/swig/swig) to bind this driver to many languages.

No bug: ```` /home/login/.local/lib/python3.10/site-packages/nebula3/gclient/net/ConnectionPool.py:316: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead timer.setDaemon(True) ````

help wanted
good first issue

https://github.com/matomo-org/device-detector/blob/master/regexes/bots.yml#L964 https://github.com/matomo-org/device-detector/blob/master/regexes/client/libraries.yml#L610

Is is possible to use the library as ES6 module? E.g. something like: ````js import TrustDevice from 'trustdevice-js'; console.log( TrustDevice.getHash() ); ````

This 15s audio: [gaenswein15.zip](https://github.com/Jeronymous/whisper-timestamped/files/10433614/gaenswein15.zip) Command line: ```` python3 whisper_timestamped/transcribe.py ~/gaenswein15.wav --model large-v2 --language de ```` Timestamps: ````json { "id": 2, "seek": 1300, "start": 27.16, "end": 27.86, "text": " Das hat...

bug

These features are unstable: `speechSynthesis` on userAgentData == `["Chromium","Microsoft Edge"]` `rtt` on userAgentData == `["Chromium","Opera"]` Thanks a lot + best wishes!

Maybe replace murmur (32bit) with this hash: https://github.com/bryc/code/blob/master/jshash/experimental/cyrb53.js Maybe only to hash the result: https://github.com/Joe12387/OP-Fingerprinting-Script/blob/main/src/opfs.ts#L1033