Satellite doesn't talk to me :-/
Opened this issue · 1 comments
tsx-5 commented
Here's hoping this is a simple question, that I'm just being daft on... Following the tutorial I've put together a wyoming satellite. The led's light up when I speak to it, I can see in the debug window its hearing me speak, and it executes some commands - however, I can't hear it speak back. I've installed pulseaudio (as I do plan to play music through it) and have it bluetooth'd to a bluetooth speaker. I can play sounds that do play on the speaker (using aplay). Any suggestions on where I should be looking to fix this?
off-sat@off-sat:~/wyoming-satellite $ aplay -IL
null
Discard all samples (playback) or generate zero samples (capture)
sysdefault
Default Audio Device
lavrate
Rate Converter Plugin Using Libav/FFmpeg Library
samplerate
Rate Converter Plugin Using Samplerate Library
speexrate
Rate Converter Plugin Using Speex Resampler
jack
JACK Audio Connection Kit
oss
Open Sound System
pulse
PulseAudio Sound Server
speex
Plugin using Speex DSP (resample, agc, denoise, echo, dereverb)
upmix
Plugin for channel upmix (4,6,8)
vdownmix
Plugin for channel downmix (stereo) with a simple spacialization
default
Playback/recording through the PulseAudio sound server
playback
capture
dmixed
array
hw:CARD=vc4hdmi,DEV=0
vc4-hdmi, MAI PCM i2s-hifi-0
Direct hardware device without any conversions
plughw:CARD=vc4hdmi,DEV=0
vc4-hdmi, MAI PCM i2s-hifi-0
Hardware device with all software conversions
sysdefault:CARD=vc4hdmi
vc4-hdmi, MAI PCM i2s-hifi-0
Default Audio Device
hdmi:CARD=vc4hdmi,DEV=0
vc4-hdmi, MAI PCM i2s-hifi-0
HDMI Audio Output
dmix:CARD=vc4hdmi,DEV=0
vc4-hdmi, MAI PCM i2s-hifi-0
Direct sample mixing device
usbstream:CARD=vc4hdmi
vc4-hdmi
USB Stream Output
hw:CARD=seeed2micvoicec,DEV=0
seeed-2mic-voicecard, 3f203000.i2s-wm8960-hifi wm8960-hifi-0
Direct hardware device without any conversions
plughw:CARD=seeed2micvoicec,DEV=0
seeed-2mic-voicecard, 3f203000.i2s-wm8960-hifi wm8960-hifi-0
Hardware device with all software conversions
sysdefault:CARD=seeed2micvoicec
seeed-2mic-voicecard, 3f203000.i2s-wm8960-hifi wm8960-hifi-0
Default Audio Device
dmix:CARD=seeed2micvoicec,DEV=0
seeed-2mic-voicecard, 3f203000.i2s-wm8960-hifi wm8960-hifi-0
Direct sample mixing device
usbstream:CARD=seeed2micvoicec
seeed-2mic-voicecard
USB Stream Output
off-sat@off-sat:~/wyoming-satellite $ pactl list sinks
Sink #0
State: SUSPENDED
Name: alsa_output.platform-soc_sound.stereo-fallback
Description: Built-in Audio Stereo
Driver: module-alsa-card.c
Sample Specification: s16le 2ch 44100Hz
Channel Map: front-left,front-right
Owner Module: 7
Mute: no
Volume: front-left: 65536 / 100% / 0.00 dB, front-right: 65536 / 100% / 0.00 dB
balance 0.00
Base Volume: 52057 / 79% / -6.00 dB
Monitor Source: alsa_output.platform-soc_sound.stereo-fallback.monitor
Latency: 0 usec, configured 0 usec
Flags: HARDWARE HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY
Properties:
alsa.resolution_bits = "16"
device.api = "alsa"
device.class = "sound"
alsa.class = "generic"
alsa.subclass = "generic-mix"
alsa.name = "3f203000.i2s-wm8960-hifi wm8960-hifi-0"
alsa.id = "3f203000.i2s-wm8960-hifi wm8960-hifi-0"
alsa.subdevice = "0"
alsa.subdevice_name = "subdevice #0"
alsa.device = "0"
alsa.card = "1"
alsa.card_name = "seeed-2mic-voicecard"
alsa.long_card_name = "seeed-2mic-voicecard"
alsa.driver_name = "snd_soc_simple_card"
device.bus_path = "platform-soc:sound"
sysfs.path = "/devices/platform/soc/soc:sound/sound/card1"
device.form_factor = "internal"
device.string = "hw:1"
device.buffering.buffer_size = "10576"
device.buffering.fragment_size = "2644"
device.access_mode = "mmap"
device.profile.name = "stereo-fallback"
device.profile.description = "Stereo"
device.description = "Built-in Audio Stereo"
module-udev-detect.discovered = "1"
device.icon_name = "audio-card"
Ports:
analog-output-speaker: Speakers (type: Speaker, priority: 10000, availability unknown)
analog-output-headphones: Headphones (type: Headphones, priority: 9900, availability unknown)
Active Port: analog-output-speaker
Formats:
pcm
Sink #1
State: SUSPENDED
Name: bluez_sink.40_72_18_75_B4_E3.a2dp_sink
Description: SRS-XB100
Driver: module-bluez5-device.c
Sample Specification: s16le 2ch 44100Hz
Channel Map: front-left,front-right
Owner Module: 23
Mute: no
Volume: front-left: 30446 / 46% / -19.98 dB, front-right: 30446 / 46% / -19.98 dB
balance 0.00
Base Volume: 65536 / 100% / 0.00 dB
Monitor Source: bluez_sink.40_72_18_75_B4_E3.a2dp_sink.monitor
Latency: 0 usec, configured 0 usec
Flags: HARDWARE HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY
Properties:
bluetooth.protocol = "a2dp_sink"
bluetooth.codec = "sbc"
device.description = "SRS-XB100"
device.string = "40:72:18:75:B4:E3"
device.api = "bluez"
device.class = "sound"
device.bus = "bluetooth"
device.form_factor = "speaker"
bluez.path = "/org/bluez/hci0/dev_40_72_18_75_B4_E3"
bluez.class = "0x240414"
bluez.alias = "SRS-XB100"
bluetooth.battery = "100%"
device.icon_name = "audio-speakers-bluetooth"
Ports:
speaker-output: Speaker (type: Speaker, priority: 0, availability unknown)
Active Port: speaker-output
Formats:
pcm
kwetiaw-goreng commented
im having the same issue, not sure why, i can see my voice is successfully registered and Assist actually replied, but cant hear the voice reply.