View Single Post
Posts: 209 | Thanked: 31 times | Joined on Oct 2006
#1
Hello,

like many other people i have the interest in playing ogg files with a
gstreamer enabled application. It would be too simple to play all music files with one music-player

So i recompiled the gstreamer sources with ogg vorbis support...
...installed the new packages on my Nokia770 and normal sound still worked ( ) and gstreamer recognised the new libs without complaining (gst-inspect).
Then i tried to play a ogg file with the build in music player (i had to adapt the mime types), but without success!

The easiest way to test whether the new ogg libs are working or not was to use gst-lauch. And it worked!!! i could convert a wav into an ogg an play an ogg directly...

Code:
 gst-launch-0.10 filesrc location="test.ogg" ! oggdemux ! vorbisdec ! audioconvert ! dsppcmsink
BUT... the cpu-usage was damn high so that playback wasn't really acceptable

It seems that the only way of getting usable ogg (gstreamer) support is to compile a new dspoggsink lib (so that the dsp hardware could do this stuff)!

Does somebody know if sources of the dsp system exist? are the used dsp libs (like dspmp3sink) opensource?


Greetings...
N770-Freak