Displaying 2 results from an estimated 2 matches for "soundset".
Did you mean:
soundest
2016 Dec 19
0
Problem with Centos & Alsa on reboot
...n board card settings are loaded OK
/var/lib/alsa/asound.state
seems to have the right permissions, and I can find no errors in any logs.
My fix is to run a script from /etc/rc.local which runs on restart and
sends me an email
--------------snip-----------------
#! /bin/bash
date > /home/rd/soundset.log
alsactl restore
cat /home/rd/soundset.log |mail -s 'sound set ' your at email.com
exit 0
--------------snip-----------------
It's either Centos or Alsa.
Did not have this in earlier systems.
regards
Robert
--
*Big Valley Radio*
64 Warner Park Avenue
Laingholm
Auckland 0604...
2013 Dec 11
0
Language Coverage in Asterisk
I see that Asterisk distributes soundsets for
English/English-AU/Spanish/French, and Russian.
There is code for several other languages inside Asterisk;
how does one obtain the other soundsets?
Also, I noted that the source sound files don't seem to be publicly
available for the sound sets that Asterisk distributes. I would assume t...