Add sound to the dumb linux boxes so it can do alarm, etc... December 01, 2020 01:52PM |
Registered: 7 years ago Posts: 375 |
[ 165.543475] usb 1-1.4: new full-speed USB device number 3 using orion-ehci [ 165.697551] usb 1-1.4: New USB device found, idVendor=1b3f, idProduct=2008, bcdDevice= 1.00 [ 165.706678] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 165.715062] usb 1-1.4: Product: USB Audio Device [ 165.720405] usb 1-1.4: Manufacturer: GeneralPlus [ 165.796265] media: Linux media interface: v0.10 [ 165.805142] input: GeneralPlus USB Audio Device as /devices/platform/ocp@f1000000/f1050000.ehci/usb1/1-1/1-1.4/1-1.4:1.3/0003:1B3F:2008.0001/input/input0 [ 165.885289] hid-generic 0003:1B3F:2008.0001: input,hidraw0: USB HID v2.01 Device [GeneralPlus USB Audio Device] on usb-f1050000.ehci-1.4/input3 [ 165.916825] usbcore: registered new interface driver usbhid [ 165.923134] usbhid: USB HID core driver [ 165.950098] usbcore: registered new interface driver snd-usb-audio
1 [Device ]: USB-Audio - USB Audio Device GeneralPlus USB Audio Device at usb-f1050000.ehci-1.4, full speed
defaults.pcm.card 1 defaults.ctl.card 1
usermod -a -G audio pi
Re: Add sound to the dumb linux boxes so it can do alarm, etc... December 01, 2020 04:54PM |
Registered: 10 years ago Posts: 226 |
Re: Add sound to the dumb linux boxes so it can do alarm, etc... December 01, 2020 08:02PM |
Admin Registered: 13 years ago Posts: 19,092 |
Re: Add sound to the dumb linux boxes so it can do alarm, etc... December 01, 2020 08:07PM |
Admin Registered: 13 years ago Posts: 19,092 |
Re: Add sound to the dumb linux boxes so it can do alarm, etc... December 01, 2020 09:36PM |
Registered: 7 years ago Posts: 375 |
Re: Add sound to the dumb linux boxes so it can do alarm, etc... December 01, 2020 11:42PM |
Admin Registered: 13 years ago Posts: 19,092 |
Quote
Media Streaming
OpenMediaVault
Debian Stretch and OMV4
Streaming music from Kirkwood plugs to IOS devices via WiFi
Create Your Own In-Home Radio Station Using a Pogoplug Mobile
Install Logitech Media Server on Debian wheezy
Install Logitech Media Server on Debian jessie
Install Logitech Media Server with nightly build (WIP)
Plex media server on PogoPlug
Airplay on a Pogoplug
Add USB sound card
Re: Add sound to the dumb linux boxes so it can do alarm, etc... January 23, 2021 03:18AM |
Registered: 10 years ago Posts: 226 |
cat /proc/asound/cards 1 [Device ]: USB-Audio - USB PnP Sound Device C-Media Electronics Inc. USB PnP Sound Device at usb-f1050000.ehci-1.4, full sp
pip install gTTS apt-get install espeak
gtts-cli "hello" | mpg123 -
Re: Add sound to the dumb linux boxes so it can do alarm, etc... January 23, 2021 03:31PM |
Admin Registered: 13 years ago Posts: 19,092 |
Quote
I've been playing with gTTS (Google text to speech) and espeak.
pip install gTTS
apt-get install espeak
I already have my Dockstar sending me text messages when certain things happen so I'm thinking of having it announce them as well.