Read the statement by Michael Teeuw here.
MMM-AssistantMk2 problems when using electron-rebuild
-
@Sean
off topic: is there a way to set the audio output (Device / Program) routing like “record” for the mic?
-
This post is deleted! -
@yep_dd
I didn’t make it configurable much. But you can modify ‘node_helper.js’ by yourselfvar speaker = new Speaker({
channels: 1,
sampleRate: cfgInstance.conversation.audio.sampleRateOut,
});You can add here ‘device:”hw:1,0”,”. I’ll fix them to be configurable next update.
-
@Sean
cool, works, thank you so much. Would you know where youtube audio is configured? Because that still uses the standard.
-
@yep_dd I don’t know about that, sorry. :| I think you should adjust your mixer (alsa? or pulse?)
-
@Sean
correct, works. Modified /usr/share/alsa/alsa.conf for the default sound card and added a “record” for MMM-Hotkey so it wouldn’t use that as default: working just fine.Just stuttering, the audio output as well as video. Let’s see why… when audio is played through the 3.5mm jack it works fine.
-
@Sean
what is your CPU usage when playing youtube videos and using the google assistent? I am using OpenGL for rendering… but videos and audio via HDMiIseems to stutter
-
-
@dvbit Frankly I use mainly Asus Tinker Board. I couldn’t satisfied with performance of RPI3,
anyway, usually, with BT speaker, RPI3 has good enough sound. For video, I think non-HD youtube video can be played enough. -
@sean yes I saw your posts and realized it. Also had a look and thought about getting an asus but finally went for raspb3 for gpio support (at least in my readings it was saying it was suboptimal…)
I might give an AEON with atom (that I have) a ride if more power is needed.PS: I went through the google sdk to understand current capabilities (especially in my language) and saw the output limitations you mentionned.
I could not find a list of supported features compared to smartphone assitant. do you have any pointer? tx