PDA

View Full Version : [all variants] gconftool command and audio help



das867
April 2nd, 2009, 04:30 AM
I was wondering if anybody could help me. I need the command for gconftool to switch audio to the default device, auto-detect, or alsa. i know that the command to change output to bluetooth is (gconftool -t string -s /system/gstreamer/0.10/default/musicaudiosink "sbcenc !a2dpsink device=00:0D:3C:BC:44:53") but i cant figure out what to change the last part to. any help appreciated!

das867
April 2nd, 2009, 05:49 AM
Bump.

das867
April 2nd, 2009, 05:44 PM
bump

glotz
April 2nd, 2009, 06:27 PM
gconftool -t string -s /system/gstreamer/0.10/default/musicaudiosink "alsasink" You can also use autoaudiosink instead of alsasink. (Or even osssink and esdsink if you happen to use them.)

das867
April 2nd, 2009, 07:01 PM
gconftool -t string -s /system/gstreamer/0.10/default/musicaudiosink "alsasink" You can also use autoaudiosink instead of alsasink. (Or even osssink and esdsink if you happen to use them.)

You sir, are awesome in the extreme.

glotz
April 2nd, 2009, 07:37 PM
Yes, sometimes! :lol:

The info was gathered by firing up
gconf-editor /system/gstreamer/0.10/default/musicaudiosink &and checking out the explanation and the value I had there. Glad to be of any use.