22:39 < RST38h> pupnik: Guess so
22:39 < pupnik_> thanks.  filesize fits in brain
22:39 < RST38h> pupnik: But approach it with some caution: it has only been 
                tested on STMP37xx systems and terribly glitched on Maemo4
22:40 < RST38h> pupnik: I was eventually told it was the problem with Maemo4 
                ALSA though
22:40 < pupnik_> oh i am in glitch-land.  working on glitchy glitches.  
22:40 < RST38h> pupnik: Be also aware that the EMUlib is not GPLed, so rewrite, 
                do not reuse ;)
22:41 -!- LoGiKZ [n=user@62.169.67.134] has joined #maemo
22:41 < pupnik_> i am just trying to learn
22:41 < pupnik_> here's my newest discovery 
                 http://talk.maemo.org/showpost.php?p=442596&postcount=6
22:42 < pupnik_> SDL_audio_alsa.cpp somehow creates a too-small buffer_size
22:42 < RST38h> you probably missed some parameter, it is real easy with alsa
22:42 < pupnik_> at least for talking straight to RX51 audio pcm0p
22:42 < MohammadAG> umm how do I get my contacts off ovi contacts to the N900?
22:43 < RST38h> ALSA's designers were another showcase of tragically autistic 
                bunch of geeks =(
22:43 -!- megapapo [n=mathias@adsl-177-161-fixip.tiscali.ch] has joined #maemo
22:43 < pupnik_> mhm well i have a nice emu to test this with (NOT dosbox)
22:43 < megapapo> hello
22:44 -!- LoGiKZ [n=user@62.169.67.134] has left #maemo []
22:44 < megapapo> I noticed that my N900 does not show the cell ID. Is there a 
                  way to enable this? And I'm also failing at changing the 
                  ringtone...
22:44 -!- bilboed-tp [n=bilboed@131.150.88-79.rev.gaoland.net] has quit [Read 
          error: 60 (Operation timed out)]
22:44 < RST38h> pupnik: Basically, SndSDL tries to ignore all the ALSA crap and 
                create a simple hardware buffer of given length (computed from 
                latency and playback rate)
22:44 < RST38h> pupnik: ALSA does not make it easy, but after looking at some
22:45 < RST38h> pupnik: ALSA code I have managed to do it, at least on STMP37xx
22:45 -!- Sir_Lancelot [n=Lancelot@a213-22-208-114.cpe.netcabo.pt] has quit 
          [Read error: 110 (Connection timed out)]
22:45 < RST38h> pupnik: You are then becomeing responsible of keeping the 
                buffer full by using GetFreeAudio() and WriteAudio() calls
22:45 < Gadgetoid_iMac> bochs H!
22:45 < pupnik_> perfect.
22:46 < RST38h> Ok, will go hit the bed now. Sorry, it
