I just bought a new PiDog kit for Pi Zero 2 W. Got it set up and running and can run the OpenAI program and execute it by giving text instructions. Not sure if my PiDog has a built-in microphone so I could give voice command to talk to OpenAI instead of giving text command. Do I need to buy a usb microphone? Where can I buy it? What Python sample code I can program and use for this microphone to work? Thanks!
Steve
The pidog should come with a USB microphone, right?
pidog’s robothat doesn’t have an integrated microphone at the moment, you can use a USB microphone, it’s driverless and you don’t need any other configuration for the Raspberry Pi to recognize it, you just need to execute the gpt-dog.py example.