Playing OGG files
Line 1: | Line 1: | ||
- | The Nokia Internet Tablets don't have [http://en.wikipedia.org/wiki/Ogg ogg] support out of the box | + | The Nokia Internet Tablets don't have [http://en.wikipedia.org/wiki/Ogg ogg] support out of the box, but you can listen audio in this format by installing third party software. There is a feature request to have Ogg support in the tablets out of the box, see [http://bugs.maemo.org/show_bug.cgi?id=176 Bug #176: Support for OGG Vorbis / Theora missing]. |
- | There has been some work by community members enabled by the release of the DSP toolchain on the the Texas Instruments TMS320C55x DSP being released to the public, but essential | + | There has been [[programming the DSP | some work by community members]] enabled by the release of the DSP toolchain on the the Texas Instruments TMS320C55x DSP being released to the public, but essential proprietary components are still licensed and under NDA by TI in the form of the Code Composer Studio IDE. Simon Pickering has, nonetheless, [http://lists.maemo.org/pipermail/maemo-developers/2008-July/034209.html developed a working audio decoder using the DSP on a Nokia N810]. |
Revision as of 09:33, 16 July 2008
The Nokia Internet Tablets don't have ogg support out of the box, but you can listen audio in this format by installing third party software. There is a feature request to have Ogg support in the tablets out of the box, see Bug #176: Support for OGG Vorbis / Theora missing.
There has been some work by community members enabled by the release of the DSP toolchain on the the Texas Instruments TMS320C55x DSP being released to the public, but essential proprietary components are still licensed and 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).
Players with built-in ogg capability
- Mplayer
- Vorbis Player (for the 770 only)
- mpd
See also this (long) InternetTabletTalk thread: gstreamer with ogg vorbis support
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)