libshine/README.md

8 lines
290 B
Markdown
Raw Permalink Normal View History

2024-01-06 05:45:55 +01:00
# libshine
Savonet/shine is a library for encoding mp3 data which is implemented in fixed-point arithmetic.
The library can thus be used to implement super fast mp3 encoding on architectures without a FPU, such as armel, etc..
In fact, it is also super fast on architectures with a FPU!