On 17.09.06, Stefan Wimmer wrote:
- Joerg Lehmann joerg@luga.de [2006-09-17 19:10]:
Hi Stefan,
On 17.09.06, Stefan Wimmer wrote:
no - I'm not sure at all since I'm not sure whether I understood very well what you tried me to say ;-) Can you provide me a patch? just to be sure ...
No problem, I've attached a patch.
JörgThanks for the patch. As I was afraid already I did not understand what you wanted me to do ;-)
With your patch I get the following error msg: Traceback (most recent call last): File "src/pytone.py", line 136, in ? playerids = [services.player.initplayer("main", config.player.main), File "/home/swimmer/tmp/PyTone-2.3.1/src/services/player.py", line 64, in initplayer crossfadingduration=config.crossfadingduration, File "/home/swimmer/tmp/PyTone-2.3.1/src/services/players/internal.py", line 187, in __init__ self.audiodev = bufferedao.bufferedao(bufsize, self.SIZE, aodevice, rate=self.rate, options=aooptions) bufferedao.error: unknown driver_name
Ok, this means that alsa is not supported by your ao library. Do you link to the same version of that library as before?
/etc/pytonerc
[player.main] autoplay = true type = internal driver = alsa device = hw:0,0 bufsize = 100 crossfading = off
[player.secondary] autoplay = false type = internal driver = alsa device = hw:1,0 crossfading = off
Jörg