Moaneschien

Results 11 issues of Moaneschien

After running a few times in to `sounddevice.PortAudioError: Error opening InputStream: Invalid number of channels [PaErrorCode -9998]` I noticed sounddevice reports the wrong number of inputs in some cases. It...

While looking in to ways to send audio from a MCU(ESP8266) to liquidsoap I tried UDP for speed. The liquidsoap line ``` liquidsoap output.prefered(mksafe(input.udp(buffer=1.,host='192.168.1.4',port=8266,'audio/wave'))) ``` results in ``` [udp://192(dot)168(dot)1(dot)4:8266:2] Feeding...

usage

``` SELECT value FROM unnest(array(0,1,2,3,4,5)) WHERE value < 3; ``` > Parse error: no query solution (not sure what the behavior should be. I hoped for an other result) ```...

### Summary Can we have "unix sockets" on Windows? ### Description Simple feature request, as they are available for some time, can we have "unix sockets" on Windows? ### Alternatives...

Feature

as this seems the only way to respond: `select strftime('%FT%R:%f');` gives `2024-03-14T06:22:01.416` or whith 'subsec' unix time stamps in the table ``` with t(ue) as (select('subsec')) select strftime('%FT%R:%f', (select ue...

html0.dll and http0.dll will not load (win11). ``` SQLite version 3.45.0 2024-01-15 17:01:13 (UTF-16 console I/O) Enter ".help" for usage hints. Connected to a transient in-memory database. Use ".open FILENAME"...

With the two mouse demo's I have to press the Alt key to get any mouse action working. Ctrl also works except with the scroll wheel, then it zooms.

Feature request: a `proc exec()` that does not auto-convert toDbValue Sometimes it can be handy to do the toDbValue conversion by hand. `dbWriteStatement` is of type `Table[string, SqlStatement]` ``` if...

on win 11, `pip install pysoundio` tries to build 'something' with visual studio and fails. from issues discussions I understand that should not be needed as libraries are included. The...

### Describe the new feature Save plot as SVG, if possible with the used query as a comment inside the SVG. **Great tool! Thank you!**