i beleive audio runs via pipewire-pulse. I can choose pulse or pipewire, but no transcription happens. If I choose Jack, I get the following error:
(lexisynth) anon@pop-os:~/Desktop/repos/lexisynth/dist$ ./lexisynth
Traceback (most recent call last):
File "main.py", line 596, in audioSourceChanged
File "main.py", line 621, in startAudioCapture
File "audio_capture.py", line 114, in start
File "sounddevice.py", line 1429, in __init__
File "sounddevice.py", line 906, in __init__
File "sounddevice.py", line 2770, in _check
sounddevice.PortAudioError: Error opening InputStream: Invalid sample rate [PaErrorCode -9997]
Aborted (core dumped)
If I run
pw-metadata -n settings 0 clock.force-rate 41000
then i get the following error:
corrupted size vs. prev_size
and then running lexisynth again:
malloc(): mismatching next->prev_size (unsorted)
Happy to test around a bit if you'd like to experiment with finding the issue; lexisynth looks very cool and i'd love to get it up and running.
Pop OS equiv. ubuntu 22.04
i beleive audio runs via pipewire-pulse. I can choose pulse or pipewire, but no transcription happens. If I choose Jack, I get the following error:
If I run pw-metadata -n settings 0 clock.force-rate 41000 then i get the following error: corrupted size vs. prev_size and then running lexisynth again: malloc(): mismatching next->prev_size (unsorted)
Happy to test around a bit if you'd like to experiment with finding the issue; lexisynth looks very cool and i'd love to get it up and running.