**** BEGIN LOGGING AT Sun Jul 15 02:59:59 2012 Jul 15 04:28:40 hi PatrickC how study webos in enyojs Jul 15 04:28:53 hmm? Jul 15 14:01:49 YAY. HP fixed my app catalog issue!!!!!!!!!!!!!! :D :D :D Jul 15 14:02:10 * fxspec06 celebrates Jul 15 14:34:50 fxspec06: joy! Jul 15 14:39:53 yeah! now i just have to figure how to cut down the size of these .wav files and get them to play without breaking the touchpad! Jul 15 14:42:10 fxspec06: use a different codec? Jul 15 14:42:42 .wav files are the only ones that work for me. Jul 15 14:43:50 * madnificent doesn't know what the touchpad plays Jul 15 14:44:32 it LOVES 16 bit signed pcm 44khz Jul 15 14:44:44 it hates pretty much anything else. Jul 15 14:47:27 prob is a 16bit signed pcm 44khz for 3 mins is like 44mb Jul 15 14:47:46 so it's great for sound fx, but awful for any kind of bg music Jul 15 14:54:04 fxspec06: perhaps something that might be fixed in openwebos... by web standards, ogg or mp3 should be acceptable too Jul 15 14:58:09 you'd think, but i'm actually using a sound plugin so i would think it'd work at a lower level Jul 15 14:58:32 but, it doesn't. Jul 15 14:58:55 the tp obviously supports mp3, .wav, .m4a, etc Jul 15 14:59:00 but i can't figure it out Jul 15 15:01:21 lmao, i just got this 8bit sound file to play, and the sound is ridiculously sped up Jul 15 15:05:24 annnnnnnnnnnnd luna reboot Jul 15 15:05:25 lol Jul 15 15:05:44 oh, actually out of battery. i lie. Jul 15 15:47:56 hmm Jul 15 15:48:17 isn't ogg and flac supported since 3.0.5? Jul 15 16:01:27 heh, i've found a .wav profile that works great and is small in size Jul 15 16:02:01 i should totally write this down. it's: IMA ADPCM 44,100 kHz, 4 Bit, Mono Jul 15 16:02:11 i use goldwave to convert all my audio files, btw Jul 15 16:06:43 swisstomcat: it's supposed to support all of those, but using the soundplug plugin i'm completely unable to play anything other than .wav files. maybe it's my encoding, but i honestly think there's something that cripples audio files that aren't on the /media/internal directory' Jul 15 16:07:08 the soundplug plugin? Jul 15 16:07:09 that, or i'm completely missing something. Jul 15 16:07:12 yeah Jul 15 16:07:35 https://github.com/phonegap/phonegap-plugins/tree/master/Palm/SoundPlug Jul 15 16:09:24 ah, i've heard of that one Jul 15 16:09:29 maybe it only supports wav? Jul 15 16:09:46 it works awseome for layering audio Jul 15 16:10:01 maybe. i have problems with html5 audio, too though Jul 15 16:10:17 no biggie, though Jul 15 16:10:52 Mix_OpenAudio(44100, AUDIO_S16SYS, 2, 1024); Jul 15 16:11:07 seems to open sdl_mixer with 44100 by default Jul 15 16:11:41 samples[idx] = Mix_LoadWAV(sound); Jul 15 16:12:00 i don't think i ever actually looked at that code when i compiled it. that could be why o.O Jul 15 16:27:20 hehe **** ENDING LOGGING AT Mon Jul 16 02:59:57 2012