|
|
|
|
|
by petsfed
806 days ago
|
|
Think about the device that is performing the decoding. At its core, It's an ultra-low-power microcontroller, and the low-power requirements to hit the battery life specification while maintaining audio quality may or may not allow the kind of software abstractions that make these codecs "just software". Once you've licensed the codec, you then have to implement it on the micro's architecture, in a way that's actually performant. Which in turn may or may not require actual Assembly work. |
|