fbpx
Wikipedia

Rockbox

Rockbox is a free and open-source software replacement for the OEM firmware in various forms of digital audio players (DAPs) with an original kernel.[2][3] It offers an alternative to the player's operating system, in many cases without removing the original firmware, which provides a plug-in architecture for adding various enhancements and functions. Enhancements include personal digital assistant (PDA) functions, applications, utilities, and games. Rockbox can also retrofit video playback functions on players first released in mid-2000. Rockbox includes a voice-driven user-interface suitable for operation by visually impaired users.[4][5]

Rockbox
Main menu using default theme
DeveloperThe Rockbox Project
Written inC, assembly language
Source modelOpen source
Initial releaseJune 2, 2002; 21 years ago (2002-06-02)
Latest release3.15 / November 15, 2019; 3 years ago (2019-11-15)[1]
Latest previewDaily
Repository
  • git.rockbox.org/cgit/rockbox.git/
Marketing targetFirmware replacement for digital audio players
PlatformsDigital audio players, various
Default
user interface
GUI
LicenseGNU GPLv2 or later
Official websitewww.rockbox.org

Rockbox runs on a wide variety of devices with very different hardware abilities: from early Archos players with 1-bit character cell-based displays, to modern players with high resolution color displays, digital optical audio hardware and advanced recording abilities.

History Edit

The Rockbox project began in late 2001 and was first implemented on the early Archos series of hard-disk based MP3 players/recorders (including the flash-only model Ondio), because of owner frustration with severe limitations in the manufacturer-supplied user interface and device operations. These devices have relatively weak main central processing units (CPU), and instead offload music playback to dedicated hardware MP3 decoding chips (MAS).[6] Rockbox was unable to significantly alter playback abilities. Instead, it offered a greatly improved user interface and added plug-in functions absent in the factory firmware. Rockbox can be permanently flashed into flash memory on the Archos devices, making it a firmware replacement.

Versions of Rockbox have since been produced for more sophisticated devices. These perform audio decoding in software,[7] allowing Rockbox to potentially support many more music formats than the original firmware, and adding the extensibility and increased functions already present in the Archos ports. Rockbox is run from the hard drive or flash memory after being started with a custom boot loader, so to upgrade Rockbox, users need only copy the files onto the player's drive and restart the device. Reflashing is only needed when changing the boot loader, and on some platforms is not needed at all.

The first of these ports, beginning in late 2004, was for the ColdFire-powered devices manufactured by iriver, focusing on the H1xx series of hard drive players (H110/H120/H140). About one year later, a port for the H3xx series became functional, offering similar functions.[6] In late 2005, work began on a port of Rockbox to Apple's iPod portable players based on CPUs from ARM Ltd. incorporated into systems on a chip sold by PortalPlayer. Throughout 2006, Rockbox ports were made available for a variety of iPod models. Beginning in 2007, ports became available for a large number of additional ARM based targets, including players from Sandisk, Toshiba, Olympus and Philips in addition to newer Apple and iRiver players based on a variety of ARM7, ARM9 and ARM11 series processors. During this time, extensive work was conducted optimizing open source audio decoders for each of the ARM series processors. In 2008, porting began to processors based on the MIPS architecture. In 2010, work began on supporting "hosted" architectures where Rockbox runs as an application inside of more complex operating system.

As of 2012 all Rockbox ports have been accomplished by reverse engineering with little or no manufacturer assistance. As free software, many Rockbox developers and supporters hope to eventually see official manufacturer support for new ports, or at least unofficial assistance in porting Rockbox to new devices. Only a few companies have expressed interest in Rockbox, and none have officially contributed code to the project or included it with their hardware. The Sansa e200v1 port is the first to be started at the request of the hardware manufacturer, who gave the Rockbox team samples of their devices.

Rockbox is continuously developed, with new Git builds being released after every source change, and stable releases every 4 months for targets deemed sufficiently mature.[8] Additionally builds are often available to developers of unsupported targets, which, while somewhat functional, are typically not ready for general users due to incomplete features or poor stability.[9]

As of 2021, there have been no new ports released.

Future Edit

Rockbox is targeted primarily at digital audio players, rather than the much more powerful general-purpose devices (such as smartphones and tablet computers) that have been increasing in popularity since 2010. Some authorities expect the former class of devices to become obsolete in the next few years[when?].[10]

Daniel Stenberg, a founder of the Rockbox project, envisions the project evolving away from a standalone Rockbox operating system to Rockbox as a media player application that runs under mobile operating systems, such as Android, iOS, Sailfish OS or Tizen:

In a chat after my Rockbox talk at Fosdem 2010, two other core Rockbox developers (Zagor and gevaerts) seemed to agree to the general view that a Rockbox future involves it running as an application. Out of the existing systems mentioned above, I'd prefer to start this work focused on Android. It has the widest company backing combined with open source, and it's also the most used open phone OS. I don't think there's anything that will prevent us from working on all those platforms, as the back-bone should be able to remain the same and portable code we already have and use. Heck, it could then also become more of a regular app for common desktops, too.[11]

A project to port Rockbox to run as an application under a full-fledged operating system was accepted for Google's 2010 Summer of Code[12] and completed.[13] Currently, Rockbox runs on Android based players, but integration into Android and conversion to work with touch based devices is ongoing.[14] Subsequently, an anonymous Chinese developer unofficially ported Rockbox to Palm's WebOS.[15]

Customization Edit

 
A custom Rockbox theme: Brushed Metal

Subject to the limitations of each particular platform, the appearance of Rockbox can be customised in various ways. Fonts and foreground and background colours can be added and selected, while a simple markup language can be used to create themes for the menu and playback screens.[16] These themes can include backgrounds and other images (such as icons), plus various formats for file names, ID3 tags, album art, file progress, and time and system information.

Rockbox has essentially been a file-tree based player, to which folders could be dragged and dropped and then navigated by folder structure. However, more recent versions have included a complementary database feature which allows the player to compile information from the files' ID3 tags.[17] The user can then navigate the files regardless of file structure.

Features Edit

Target status Edit

Rockbox has many features additional to those supported by the original operating firmware, but in many cases there are limitations. On platforms classified as "stable" and supported, the device can be used as a digital music player, but even on some such platforms Rockbox does not support charging or USB; the player must be dual-booted into the original firmware to be charged or to transfer files. Some platforms are classified as "unstable", but supported; those deemed "unusable" are not supported, and their use is not recommended. Some porting projects are in a pre-development hunting and gathering stage, with no code written.[18]

Codecs Edit

Rockbox on software decoding platforms (non-Archos) supports playback of twelve lossy codecs (depending on how one counts), five lossless, two uncompressed and twelve miscellaneous formats.[19] This makes a conservative total of 30 supported audio formats, although a few of them do not operate in realtime on all platforms. Extensive work has gone into optimizing each codec, with FLAC, Ogg Vorbis, WMA, APE, TTA, MPC, Wavpack, ATRAC3, Cook and WMA Pro among the fastest known integer implementations for those formats.[20]

Lossy formats Edit

Lossless formats Edit

Uncompressed formats Edit

Together they include over a dozen different PCM and ADPCM formats.

Miscellaneous formats Edit

In addition, there are playback of game audio types ADX, SID, NSF, SAP, SPC, AY, GBS, HES, KSS, SGC, VGM, and VGZ. The MOD tracker format, and the Yamaha SMAF are also now supported.[21]

Some profiles in Monkey's Audio are not real time on all targets due to very high CPU needs. Also, Rockbox will not play files with a digital rights management (DRM) scheme.

Rockbox features Edit

Beside the ability of playing and recording audio files, Rockbox offers many playback enhancements that other firmware packages may not have implemented yet. Listed below are a handful of these features.

Plug-ins Edit

Rockbox developers can create plug-ins, which provide the user with other enhancements that may not be available on various firmware modules.

Available plug-ins include:

Architecture Edit

Rockbox uses a simple kernel,[36] with a flat memory model and single process, letting it run on platforms without a memory management unit. Thin threads run cooperatively, returning control to a scheduler that prioritizes the audio thread; the only form of preemption is through interrupts. The operating system and plug-ins are written in C, with assembly used for code that is device- and platform-specific, and performance sensitive. The simple and lightweight architecture allows Rockbox to run on a variety of targets, with memory ranging from 1 to 64 MB, and CPU speeds ranging 12 to 532 MHz. Rockbox also provides support for multicore and asymmetric multiprocessor systems based on ARM, ColdFire, MIPS and SH. Several codecs can be parallelized across 2 CPU cores for increased power efficiency, and the HWCODEC interface allows for dedicated audio decoder DSPs.

Rockbox Utility Edit

 
An iPod Nano showing a grayscale "Do Not Disconnect" screen from the iPod Mini series with a new screen on the iPod Classic, although it is bundled with the Rockbox package.

The Rockbox Utility is a free computer application, available for Linux, Mac OS X, and Microsoft Windows, built using Digia Qt platform, that is used to install and manage Rockbox on DAPs. Rockbox Utility provides automatic installation of Rockbox, as well as themes and voice files, directly onto a DAP with minimal user interaction. Rockbox Utility is updated frequently as support for new devices is added.

See also Edit

References Edit

  1. ^ "ReleaseNotes315". Rockbox. November 15, 2019. Retrieved November 15, 2019.
  2. ^ "RockboxKernel < Main < Wiki".
  3. ^ "Rockbox | Linux Journal".
  4. ^ "BlindFAQ < Main < Wiki". www.rockbox.org. Retrieved 2016-05-14.
  5. ^ Miesenberger, Klaus; Klaus, Joachim; Zagler, Wolfgang; Karshmer, Arthur (2008-07-04). Computers Helping People with Special Needs: 11th International Conference, ICCHP 2008, Linz, Austria, July 9-11, 2008, Proceedings. Springer Science & Business Media. ISBN 9783540705390.
  6. ^ a b "rockbox history".
  7. ^ "rockbox software decode".
  8. ^ "buildsys".
  9. ^ "unstable".
  10. ^ Joe Brockmeier (June 16, 2010). "Rockbox 3.6 and Beyond". LWN.net.
  11. ^ Daniel Stenberg (February 15, 2010). "The Rockbox future is an app". Daniel Stenberg's blog.
  12. ^ "RockboxAsAnApplication2010 < Main < Wiki". Rockbox.org. Retrieved March 12, 2011.
  13. ^ Rockbox Contributors. "mail archive". Rockbox. Retrieved March 12, 2011. {{cite web}}: |author= has generic name (help)
  14. ^ "TouchscreenInterface < Main < Wiki". Rockbox.org. Retrieved March 12, 2011.
  15. ^ "万能播放器ROCKBOX for palm pre,新软支持下,绝对不会失望~~ – Palm Pre/+, Pixi/+, webOS – Pre, Pixi, webOS, Treo – Powered by Discuz!". Treo8.com. Retrieved March 12, 2011.
  16. ^ "Customising the User Interface". Rockbox Manual. Retrieved May 22, 2011.
  17. ^ "Database". Rockbox Manual. Retrieved May 22, 2011.
  18. ^ Rockbox Target Status
  19. ^ "Rockbox Supported audio formats". Rockbox Manual.
  20. ^ "Codec performance comparison – Hydrogenaudio Forums". Hydrogenaudio. Retrieved March 12, 2011.
  21. ^ "Other Codecs". Rockbox Manual. Retrieved May 22, 2011.
  22. ^ "Codec Featureset". Rockbox Manual. Retrieved May 22, 2011.
  23. ^ "Crossfade". Rockbox Manual. Retrieved May 22, 2011.
  24. ^ a b c Software decoding targets only
  25. ^ "Pitch". Rockbox Manual. Retrieved May 22, 2011.
  26. ^ "Rockbox themes". Retrieved 19 April 2012.
  27. ^ MP3.
  28. ^ "Recording". Rockbox Manual. Retrieved May 22, 2011.
  29. ^ "Some limitations. Details at Rockbox Wiki". Rockbox.org. Retrieved March 12, 2011.
  30. ^ 129 shade greyscale is achieved on 1 bit and 2 bit (4 shade) greyscale targets due to exploitation of the slow passive LCD refresh rate.
  31. ^ Rockboy supports original Game Boy and Game Boy Color ROMs.
  32. ^ ZXBox emulates ZX Spectrum 48. The original site of Spectemu 2006-09-29 at the Wayback Machine
  33. ^ "[TESTERS NEEDED] Another World".
  34. ^ The mpegplayer plug-in supports MPEG-1 and MPEG-2 video streams with MPEG audio (layer II/III) multiplexed into .mpg files with no hard limits on frame rate or bit rate. Files must be encoded at native screen resolution. Seeking is now implemented. [1]
  35. ^ FS#8806 - MikMod MOD, S3M, IT, XM player
  36. ^ "About the Rockbox kernel". Rockbox.org. Retrieved March 12, 2011.

External links Edit

rockbox, song, rock, free, open, source, software, replacement, firmware, various, forms, digital, audio, players, daps, with, original, kernel, offers, alternative, player, operating, system, many, cases, without, removing, original, firmware, which, provides. For the Run D M C song see Rock Box Rockbox is a free and open source software replacement for the OEM firmware in various forms of digital audio players DAPs with an original kernel 2 3 It offers an alternative to the player s operating system in many cases without removing the original firmware which provides a plug in architecture for adding various enhancements and functions Enhancements include personal digital assistant PDA functions applications utilities and games Rockbox can also retrofit video playback functions on players first released in mid 2000 Rockbox includes a voice driven user interface suitable for operation by visually impaired users 4 5 RockboxMain menu using default themeDeveloperThe Rockbox ProjectWritten inC assembly languageSource modelOpen sourceInitial releaseJune 2 2002 21 years ago 2002 06 02 Latest release3 15 November 15 2019 3 years ago 2019 11 15 1 Latest previewDailyRepositorygit wbr rockbox wbr org wbr cgit wbr rockbox wbr git wbr Marketing targetFirmware replacement for digital audio playersPlatformsDigital audio players variousDefaultuser interfaceGUILicenseGNU GPLv2 or laterOfficial websitewww wbr rockbox wbr orgRockbox runs on a wide variety of devices with very different hardware abilities from early Archos players with 1 bit character cell based displays to modern players with high resolution color displays digital optical audio hardware and advanced recording abilities Contents 1 History 1 1 Future 2 Customization 3 Features 3 1 Target status 3 2 Codecs 3 2 1 Lossy formats 3 2 2 Lossless formats 3 2 3 Uncompressed formats 3 2 4 Miscellaneous formats 3 3 Rockbox features 3 4 Plug ins 4 Architecture 5 Rockbox Utility 6 See also 7 References 8 External linksHistory EditThe Rockbox project began in late 2001 and was first implemented on the early Archos series of hard disk based MP3 players recorders including the flash only model Ondio because of owner frustration with severe limitations in the manufacturer supplied user interface and device operations These devices have relatively weak main central processing units CPU and instead offload music playback to dedicated hardware MP3 decoding chips MAS 6 Rockbox was unable to significantly alter playback abilities Instead it offered a greatly improved user interface and added plug in functions absent in the factory firmware Rockbox can be permanently flashed into flash memory on the Archos devices making it a firmware replacement Versions of Rockbox have since been produced for more sophisticated devices These perform audio decoding in software 7 allowing Rockbox to potentially support many more music formats than the original firmware and adding the extensibility and increased functions already present in the Archos ports Rockbox is run from the hard drive or flash memory after being started with a custom boot loader so to upgrade Rockbox users need only copy the files onto the player s drive and restart the device Reflashing is only needed when changing the boot loader and on some platforms is not needed at all The first of these ports beginning in late 2004 was for the ColdFire powered devices manufactured by iriver focusing on the H1xx series of hard drive players H110 H120 H140 About one year later a port for the H3xx series became functional offering similar functions 6 In late 2005 work began on a port of Rockbox to Apple s iPod portable players based on CPUs from ARM Ltd incorporated into systems on a chip sold by PortalPlayer Throughout 2006 Rockbox ports were made available for a variety of iPod models Beginning in 2007 ports became available for a large number of additional ARM based targets including players from Sandisk Toshiba Olympus and Philips in addition to newer Apple and iRiver players based on a variety of ARM7 ARM9 and ARM11 series processors During this time extensive work was conducted optimizing open source audio decoders for each of the ARM series processors In 2008 porting began to processors based on the MIPS architecture In 2010 work began on supporting hosted architectures where Rockbox runs as an application inside of more complex operating system As of 2012 update all Rockbox ports have been accomplished by reverse engineering with little or no manufacturer assistance As free software many Rockbox developers and supporters hope to eventually see official manufacturer support for new ports or at least unofficial assistance in porting Rockbox to new devices Only a few companies have expressed interest in Rockbox and none have officially contributed code to the project or included it with their hardware The Sansa e200v1 port is the first to be started at the request of the hardware manufacturer who gave the Rockbox team samples of their devices Rockbox is continuously developed with new Git builds being released after every source change and stable releases every 4 months for targets deemed sufficiently mature 8 Additionally builds are often available to developers of unsupported targets which while somewhat functional are typically not ready for general users due to incomplete features or poor stability 9 As of 2021 there have been no new ports released Future Edit Rockbox is targeted primarily at digital audio players rather than the much more powerful general purpose devices such as smartphones and tablet computers that have been increasing in popularity since 2010 Some authorities expect the former class of devices to become obsolete in the next few years when 10 Daniel Stenberg a founder of the Rockbox project envisions the project evolving away from a standalone Rockbox operating system to Rockbox as a media player application that runs under mobile operating systems such as Android iOS Sailfish OS or Tizen In a chat after my Rockbox talk at Fosdem 2010 two other core Rockbox developers Zagor and gevaerts seemed to agree to the general view that a Rockbox future involves it running as an application Out of the existing systems mentioned above I d prefer to start this work focused on Android It has the widest company backing combined with open source and it s also the most used open phone OS I don t think there s anything that will prevent us from working on all those platforms as the back bone should be able to remain the same and portable code we already have and use Heck it could then also become more of a regular app for common desktops too 11 A project to port Rockbox to run as an application under a full fledged operating system was accepted for Google s 2010 Summer of Code 12 and completed 13 Currently Rockbox runs on Android based players but integration into Android and conversion to work with touch based devices is ongoing 14 Subsequently an anonymous Chinese developer unofficially ported Rockbox to Palm s WebOS 15 Customization Edit A custom Rockbox theme Brushed MetalSubject to the limitations of each particular platform the appearance of Rockbox can be customised in various ways Fonts and foreground and background colours can be added and selected while a simple markup language can be used to create themes for the menu and playback screens 16 These themes can include backgrounds and other images such as icons plus various formats for file names ID3 tags album art file progress and time and system information Rockbox has essentially been a file tree based player to which folders could be dragged and dropped and then navigated by folder structure However more recent versions have included a complementary database feature which allows the player to compile information from the files ID3 tags 17 The user can then navigate the files regardless of file structure Features EditTarget status Edit Rockbox has many features additional to those supported by the original operating firmware but in many cases there are limitations On platforms classified as stable and supported the device can be used as a digital music player but even on some such platforms Rockbox does not support charging or USB the player must be dual booted into the original firmware to be charged or to transfer files Some platforms are classified as unstable but supported those deemed unusable are not supported and their use is not recommended Some porting projects are in a pre development hunting and gathering stage with no code written 18 Codecs Edit Rockbox on software decoding platforms non Archos supports playback of twelve lossy codecs depending on how one counts five lossless two uncompressed and twelve miscellaneous formats 19 This makes a conservative total of 30 supported audio formats although a few of them do not operate in realtime on all platforms Extensive work has gone into optimizing each codec with FLAC Ogg Vorbis WMA APE TTA MPC Wavpack ATRAC3 Cook and WMA Pro among the fastest known integer implementations for those formats 20 Lossy formats Edit MPEG audio layers I III MP3 MP2 MP1 Ogg Vorbis MPEG 4 AAC LC HE HEv2 profiles in MP4 or RM containers Musepack AC3 raw or RM container WMA Standard WMA Professional Speex Cook ATRAC3 The lossy portion of WavPack hybrid files OpusLossless formats Edit FLAC ALAC WavPack Shorten Monkey s Audio TTAUncompressed formats Edit WAV AIFFTogether they include over a dozen different PCM and ADPCM formats Miscellaneous formats Edit In addition there are playback of game audio types ADX SID NSF SAP SPC AY GBS HES KSS SGC VGM and VGZ The MOD tracker format and the Yamaha SMAF are also now supported 21 Some profiles in Monkey s Audio are not real time on all targets due to very high CPU needs Also Rockbox will not play files with a digital rights management DRM scheme Rockbox features Edit Beside the ability of playing and recording audio files Rockbox offers many playback enhancements that other firmware packages may not have implemented yet Listed below are a handful of these features Gapless playback 22 Crossfading 23 ReplayGain 24 10 band fully parametric equalizer 24 Variable speed decoding with pitch correction 25 Crossfeed 24 OTF on the fly playlists True random shuffle fresh randomly shuffled list every time Custom UI themes 26 Dynamic Playlists queue files to play next or in other parts of a dynamic playlist Stereo voice MIC amp FM radio recording to WAV AIFF WavPack lossless and MP3 27 28 limited model device target support Remote control supporting devices Digital S PDIF input output supporting devices Last fm support even on players lacking RTC Cue sheet support Album art 29 Sleep timerPlug ins Edit Rockbox developers can create plug ins which provide the user with other enhancements that may not be available on various firmware modules Available plug ins include JPEG viewer 16 bit color 129 shade greyscale 30 Rockboy Game Boy emulator port of Gnuboy 31 ZXBox ZX Spectrum emulator port of Spectemu 32 Doom port of the PrBoom engine Duke Nukem 3D Quake and Wolfenstein 3D running atop a version of the Simple DirectMedia Layer runtime XWorld a clone of Another World 33 WAV to MP3 and Wavpack encoder MPEG video player 34 PictureFlow an album art viewer similar to Apple s Cover Flow Various games including 2048 Sudoku Solitaire Chess Minesweeper Pong and many others see https www rockbox org wiki PluginIndex for an official list of plug ins Musical Instrument Digital Interface MIDI player real time on some targets MikMod used to play multiple module file formats 35 Architecture EditRockbox uses a simple kernel 36 with a flat memory model and single process letting it run on platforms without a memory management unit Thin threads run cooperatively returning control to a scheduler that prioritizes the audio thread the only form of preemption is through interrupts The operating system and plug ins are written in C with assembly used for code that is device and platform specific and performance sensitive The simple and lightweight architecture allows Rockbox to run on a variety of targets with memory ranging from 1 to 64 MB and CPU speeds ranging 12 to 532 MHz Rockbox also provides support for multicore and asymmetric multiprocessor systems based on ARM ColdFire MIPS and SH Several codecs can be parallelized across 2 CPU cores for increased power efficiency and the HWCODEC interface allows for dedicated audio decoder DSPs Rockbox Utility Edit An iPod Nano showing a grayscale Do Not Disconnect screen from the iPod Mini series with a new screen on the iPod Classic although it is bundled with the Rockbox package The Rockbox Utility is a free computer application available for Linux Mac OS X and Microsoft Windows built using Digia Qt platform that is used to install and manage Rockbox on DAPs Rockbox Utility provides automatic installation of Rockbox as well as themes and voice files directly onto a DAP with minimal user interaction Rockbox Utility is updated frequently as support for new devices is added See also Edit Free and open source software portaliPodLinuxReferences Edit ReleaseNotes315 Rockbox November 15 2019 Retrieved November 15 2019 RockboxKernel lt Main lt Wiki Rockbox Linux Journal BlindFAQ lt Main lt Wiki www rockbox org Retrieved 2016 05 14 Miesenberger Klaus Klaus Joachim Zagler Wolfgang Karshmer Arthur 2008 07 04 Computers Helping People with Special Needs 11th International Conference ICCHP 2008 Linz Austria July 9 11 2008 Proceedings Springer Science amp Business Media ISBN 9783540705390 a b rockbox history rockbox software decode buildsys unstable Joe Brockmeier June 16 2010 Rockbox 3 6 and Beyond LWN net Daniel Stenberg February 15 2010 The Rockbox future is an app Daniel Stenberg s blog RockboxAsAnApplication2010 lt Main lt Wiki Rockbox org Retrieved March 12 2011 Rockbox Contributors mail archive Rockbox Retrieved March 12 2011 a href Template Cite web html title Template Cite web cite web a author has generic name help TouchscreenInterface lt Main lt Wiki Rockbox org Retrieved March 12 2011 万能播放器ROCKBOX for palm pre 新软支持下 绝对不会失望 Palm Pre Pixi webOS Pre Pixi webOS Treo Powered by Discuz Treo8 com Retrieved March 12 2011 Customising the User Interface Rockbox Manual Retrieved May 22 2011 Database Rockbox Manual Retrieved May 22 2011 Rockbox Target Status Rockbox Supported audio formats Rockbox Manual Codec performance comparison Hydrogenaudio Forums Hydrogenaudio Retrieved March 12 2011 Other Codecs Rockbox Manual Retrieved May 22 2011 Codec Featureset Rockbox Manual Retrieved May 22 2011 Crossfade Rockbox Manual Retrieved May 22 2011 a b c Software decoding targets only Pitch Rockbox Manual Retrieved May 22 2011 Rockbox themes Retrieved 19 April 2012 MP3 Recording Rockbox Manual Retrieved May 22 2011 Some limitations Details at Rockbox Wiki Rockbox org Retrieved March 12 2011 129 shade greyscale is achieved on 1 bit and 2 bit 4 shade greyscale targets due to exploitation of the slow passive LCD refresh rate Rockboy supports original Game Boy and Game Boy Color ROMs ZXBox emulates ZX Spectrum 48 The original site of Spectemu Archived 2006 09 29 at the Wayback Machine TESTERS NEEDED Another World The mpegplayer plug in supports MPEG 1 and MPEG 2 video streams with MPEG audio layer II III multiplexed into mpg files with no hard limits on frame rate or bit rate Files must be encoded at native screen resolution Seeking is now implemented 1 FS 8806 MikMod MOD S3M IT XM player About the Rockbox kernel Rockbox org Retrieved March 12 2011 External links Edit Wikimedia Commons has media related to Rockbox Official website FLOSS Weekly 43 Rockbox TWiT tv network podcast with Paul Louden of Rockbox Retrieved from https en wikipedia org w index php title Rockbox amp oldid 1156839950, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.