Playing OGG files
(→this is cool) |
|||
Line 31: | Line 31: | ||
- | + | ||
[[Category:Users]] | [[Category:Users]] | ||
[[Category:Development]] | [[Category:Development]] |
Revision as of 17:48, 14 September 2008
The Nokia Internet Tablets don't support ogg out of the box, but you can listen audio in this format by installing third party software. There is a feature request for ogg support in bugzilla, please see bug #176.
There has been some work by community members enabled by the release of the DSP toolchain on the the Texas Instruments TMS320C55x DSP, but essential proprietary components are still licensed under NDA by TI in the form of the Code Composer Studio IDE. Simon Pickering has, nonetheless, developed a working audio decoder using the DSP on a Nokia N810.
Gstreamer ogg codecs
These codecs run on the main CPU, not on the DSP.
Ogg capable players if gstreamer ogg codecs are installed
- UKMP
- Kilikali
- Exaile port for maemo
- Kagu (uses osso-media-server like the built-in player)
- YouAmp
- Canola2, requires this extra install to enable the scanning of .ogg files (more info here).
- MediaBox (uses mplayer by default or osso-media-server for Ogg playback)
Players with built-in ogg support
- Mplayer
- Vorbis Player (for the 770 only)
- mpd
See this thread for more.
There is information for developers to enable ogg support in their applications at the "Getting started with multimedia" how-to pages for Maemo 4.x, Maemo 3.x, and Maemo 2.2)