release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide



Search | Go
Wiki > Main > SummerOfCode > SummerOfCode2007 > SoundCodecWMA

SoundCodecWMA Integer Decoder Project

General

In the summer of 2006, Paul Jones began work on converting the ffmpeg SoundCodecWMA decoder to fixed point so that it could be used with Rockbox (FS#4984). Although he did not complete the project, it raised interest in eventually getting ffmpeg's decoder working in Rockbox. This Google Summer of Code 2007 project completed his task.

Status

Codec is currently in SVN and functioning well above real time on all software targets. Results appear comparable to ffmpeg for nearly all files. Noise coding and line spectral pairs are implemented, and appear to function as well as ffmpeg. Seeking has been implemented and appears robust. Performance is now extremely good on ARM. Coldfire performance is also very good but could be further improved.

Both WMA Std. and WMA Pro flavors are supported. Other special WMA variants are not supported (Lossless) due to lack of an open source decoder. A work in progress voice decoder exists, but is currently disabled in official builds.

Todo:

  • Additional ASM optimization (requantization, etc)
  • Review Tremolo and see if more ASM code can be used in WMA too
  • Improve the makefile to allow compiling a stand alone codec for testing

Who's working on this

  • Michael Giacomelli (saratoga)

with lots of help from:

  • preglow
  • linuxstb (developed the ASF parser)
  • marsdaddy (Paul Jones)


CategorySoundCodecs: WMA - Windows Media Audio

r28 - 02 Apr 2021 - 20:46:07 - UnknownUser

Copyright © by the contributing authors.