sajov

Results 12 comments of sajov

Hello, any news? it seems like i have the same issue `------------ Config ------------ jv_branch master jv_version jv_arch armv7l jv_os_name raspbian jv_os_version 9 language de_DE play_hw hw:2,0 rec_hw hw:0,0 speaker...

@ArnoCtout @Oliv4945 Thank you guys for your help! It woks so far but i got WARNING: Quick commands are ignored if STT for commands is snowboy Then i changed following...

Hi there, great project! In my personal opinion, GraphQL is not a one fit's all solution. I have little reviewed the code base and just wondering why you guys didn't...

@pegasus1982 i like your work a lot! Is there any chance to get in contact for freelancing or more?

I have read the WIKI and thought setting a proper `media_content_type` music would solve my issue but i had no luck with this. Output is still chopped ``` service: media_player.play_media...

I've been trying for a few years now to find out what the problem is or whether anyone already has a solution. Has anyone integrated Raumfeld and run TTS with...

@B5r1oJ0A9G thanks for reply. The point is it works, but it is very chopped off. Maybe wrong bit rate. I installed Music Assistant, not really needed, just for interest. That...

thank you for the answer! I want to address a specific speaker, regardless of whether it is assigned to a room. To understand, I want to send an acoustic feedback...

The code looks now this, on `systemReady` i try to get/create a virtual reanderer ```javascript const raumkernel = new RaumkernelLib.Raumkernel(); raumkernel.settings.raumfeldHost = '192.168.0.20'; raumkernel.settings.uriMetaDataTemplateFile = 'src/services/raumfeld/setUriMetadata.template'; raumkernel.createLogger(); raumkernel.on('systemReady', function (_ready:...