View Single Post
KotCzarny's Avatar
Posts: 290 | Thanked: 738 times | Joined on Mar 2008 @ .pl
#224
@muto: hmm, apparently libao supports few user configurable options:
ao_alsa_options[] = { "dev", "id", "buffer_time", "period_time", "use_mmap", "matrix", "verbose",
"quiet", "debug" };
ao_pulse_options[] = { "server", "sink", "dev", "id", "verbose", "quiet", "matrix", "debug",
"client_name" "buffer_time" };
ao_esd_options[] = { "server", "host", "matrix", "verbose", "quiet", "debug", "client_name" };

wild guess, edit /home/user/.libao and adding there:
default_driver=alsa
dev=hw:1,0
(though i think i force pulse in libao (for reasons) so you might try: )
default_driver=pulse
dev=dont-really-know-what-to-put-there-maybe hw:1,0 too?
__________________
oscp - media player with network remote and almost no dependencies (pc/lin/win/maemo(n8x0/n900), x86/x64/armel/armhf) - http://talk.maemo.org/showthread.php?t=94590 - if you like it, tell others.
contact with me: #osc or #maemo on freenode/ircnet or /query KotCzarny

Last edited by KotCzarny; 2015-11-02 at 20:14.
 

The Following User Says Thank You to KotCzarny For This Useful Post: