Re: [tuxdroid-user] fuxusb sources?
Status: Beta
Brought to you by:
ks156
From: David B. <da...@ja...> - 2007-04-11 06:27:08
|
On Tue, 10 Apr 2007 23:02:12 +0200, Philippe Teuwen <ph...@te...> wrote: > >> There's even not a lot of ressources for the 8051 though that CPU has >> been there for ages and is still widely used. When you see how great >> avr-libc and the avrfreaks community are, I just can't stand using the >> 8051 anymore. > Yes very surprising indeed. >> I lately made an update of the fux firmware to change the product and >> manufacturer usb names to "Tux Droid" and "Kysoh". >> That should remove the extra space :-) (hex file attached) > Yep it works. > BTW why 2 USB-audio playback devices? > What's the difference between them? > That's the last solution they came on for the tts. The tts daemon can't output on any sound card, the Acapela license only allows output to tux itself. That means tuxttsdaemon is connected to the audio port directly, not going through dmix and other stuff. So when the tuxttsdaemon was running, it was impossible to use the audio port from another application. Now tuxttsdaemon will use the second port and the daemon itself decides of which channel is active. You can't have mixing inside the dongle so you either have one or the other. From what I heard, it seems the daemon is monitoring the tts queue and when there's something in it, sends the command to switch to the tts channel, then comes back to the default channel. david |