9 Jun 2021 |
| kranzes left the room. | 13:31:28 |
11 Jun 2021 |
| zarel joined the room. | 11:38:40 |
hexa | home-assistant 2021.6.3 just hit master | 20:35:19 |
hexa | Fabian Affolter: I don't feel the categories on our board are really meaningful right now | 20:41:47 |
hexa | ideally things should move from left to right most days | 20:41:58 |
hexa | but right now possible future dependencies, that are already merged, have been moved back to "On Hold" after merge | 20:42:32 |
hexa | Fabian Affolter: https://github.com/NixOS/nixpkgs/pull/126326#issuecomment-857620450 what's going on here? | 20:59:42 |
Mic92 (Old) | @hexa: how about having the rss bot reporting home-assistant releases in this channel? | 21:42:54 |
Mic92 (Old) | Or using home-assistant itself ;) | 21:43:03 |
hexa | Mic92: and esphome, and tts, and deeppeech and rhasspy? | 21:43:15 |
Mic92 (Old) | I guess so | 21:43:34 |
hexa | uh, how about we move rhasspy into nixpkgs? | 21:43:45 |
hexa | and something something pkgs/homeautomation/ duck | 21:44:14 |
Mic92 (Old) | I stopped playing a bit with rhasspy lately. Too much other stuff today. Things will clear up sept/oct for me up again. | 21:44:31 |
Mic92 (Old) | * I stopped playing a bit with rhasspy lately. Too much other stuff to do. Things will clear up sept/oct for me up again. | 21:44:45 |
hexa | yeah, I think others could find this interesting and start contributing | 21:44:50 |
hexa | ideally :) | 21:45:00 |
Mic92 (Old) | rhasspy is quite a beast. | 21:45:13 |
Mic92 (Old) | It would take a while to get all packaged | 21:45:19 |
hexa | my rhasspy setup is broken somewhere after intent recognition | 21:45:19 |
Mic92 (Old) | One needs to know what package version to use from every component | 21:45:40 |
hexa | [DEBUG:2021-06-11 23:45:36,581] rhasspyspeakers_cli_hermes: ['aplay', '-q', '-t', 'wav', '-D', 'default']
[ERROR:2021-06-11 23:45:36,581] rhasspyspeakers_cli_hermes: maybe_change_volume
Traceback (most recent call last):
File "/nix/store/478ddrlklp0411rj7abzq531rqif1y0f-python3.8-rhasspy-speakers-cli-hermes-0.3.0/lib/python3.8/site-packages/rhasspyspeakers_cli_hermes/__init__.py", line 189, in maybe_change_volume
info_data = wavchunk.get_chunk(wav_in_io)
File "/nix/store/ck372vxw6xiylxmmg9zal15lqj7jc47l-python3.8-wavchunk-1.0.1/lib/python3.8/site-packages/wavchunk/__init__.py", line 170, in get_chunk
chunk_size = read_size(wav_file)
File "/nix/store/ck372vxw6xiylxmmg9zal15lqj7jc47l-python3.8-wavchunk-1.0.1/lib/python3.8/site-packages/wavchunk/__init__.py", line 41, in read_size
return struct.unpack_from("<L", file.read(4))[0]
struct.error: unpack_from requires a buffer of at least 4 bytes for unpacking 4 bytes at offset 0 (actual buffer size is 0)
[DEBUG:2021-06-11 23:45:37,744] rhasspyspeakers_cli_hermes: -> AudioPlayFinished(id='08079b0f-fae7-4c02-b16e-5a4585035538', session_id='08079b0f-fae7-4c02-b16e-5a4585035538')
| 21:46:11 |
hexa | yeah, some packagesets are that way | 21:46:32 |
hexa | add pkgs/homeautomation/rhasspy/{,README.md} and rhasspyPackages | 21:46:59 |
Mic92 (Old) | I had to take educated guesses in many places | 21:47:28 |
Mic92 (Old) | Looks like deepspeech is now becoming more mainstream in rhasspy. Maybe it is now better than kaldi? | 21:48:09 |
hexa | packaging it from source is still painful | 21:48:25 |
hexa | needs some bazel build for a native library | 21:48:41 |
hexa | https://github.com/coqui-ai/STT/tree/main/native_client/ctcdecode | 21:49:14 |
Mic92 (Old) | Looks like https://github.com/rhasspy/rhasspy-wake-raven/commits/c3c6d0633473223873b808829eecf4f4624c9e06 is now faster thanks to cython rewrite | 21:49:37 |