Giter Club home page Giter Club logo

Comments (5)

shivasiddharth avatar shivasiddharth commented on May 18, 2024

Can you provide some info on what is your audio setup (Mic and Audio out)? Also please post the outputs of the following:

sudo nano /etc/asound.conf
sudo nano ~/.asoundrc

from assistants-pi.

pri-coder avatar pri-coder commented on May 18, 2024

Mic is Playstation Eye and Audio out is through the 3.5mm jack.

`sudo nano /etc/asound.conf
pcm.dsnooper {
type dsnoop
ipc_key 816357492
ipc_key_add_uid 0
ipc_perm 0666
slave {
pcm "hw:1,0"
channels 1
}
}

pcm.!default {
type asym
playback.pcm {
type plug
slave.pcm "hw:0,0"
}
capture.pcm {
type plug
slave.pcm "dsnooper"
}
}`

sudo nano ~/.asoundrc pcm.jack { type hw card ALSA } pcm.array { type hw card CameraB409241 } pcm.softvol { type softvol slave.pcm "jack" control { name Master card 0 } } pcm.cap { type plug slave.pcm "array" slave.channels 4 ttable { 0.0 30.0 1.1 30.0 } } pcm.!default { type asym playback.pcm "plug:softvol" capture.pcm { type plug slave.pcm "cap" } } ctl.!default { type hw card 0 } ctl.softvol { type hw card 0 }

from assistants-pi.

shivasiddharth avatar shivasiddharth commented on May 18, 2024

Remove the existing contents of the asoundrc, copy the contents of asound.conf and paste it in asoundrc.

from assistants-pi.

pri-coder avatar pri-coder commented on May 18, 2024

I rebooted and now Google Assistant is working but having an issue with Alexa. It keeps saying Hello from time to time but does not respond when I say Alexa. I tried starting up the companion service and I got a Port 3000 is already in use error.

from assistants-pi.

pri-coder avatar pri-coder commented on May 18, 2024

I started the install from scratch and now both the assistants are working as expected. Thanks!

from assistants-pi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.