hkuhn42

Results 4 comments of hkuhn42

If you want to downsample the export, this can be done by modifiying exportWav and encodeWav methods in recorder.js i have a working example with 16000 at https://github.com/hkuhn42/Recorderjs/tree/hkuhn4-downsample. Just find-replace...

As an alternate aproach, with support for Apache Tika, a lot of [formats ](https://tika.apache.org/3.0.0-BETA/formats.html) including xls, xlsx and csv could be supported with one module. POI is not the best...

I had the same issue after I set a PIN. After i reset the Stick in windows settings (via hello / login settings) and NOT setting a PIN, it works...

Hi, have you tried the official [[Azure OpenAI client library for Java](https://learn.microsoft.com/en-us/java/api/overview/azure/ai-openai-readme?view=azure-java-preview)] from Microsoft? If you need to access both, take a look at langchain4j. It adds an abstraction layer...