Skip to content

Commit

Permalink
link to excellent blog post in README
Browse files Browse the repository at this point in the history
  • Loading branch information
skierpage authored Oct 11, 2018
1 parent 7909138 commit 33ac4fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# rinimp3
An attempt to make a port of [lieff's minimp3](https://github.com/lieff/minimp3) to Rust. The goal is basically to make the minimp3-rs crate, bindings to the C library, unnecessary.

First step is to just duplicate it as closely as possible, including passing its tests and fuzzing. Next step would be to smooth its API out and make it more Rusty; https://github.com/germangb/minimp3-rs might be useful for inspiration.
First step is to just duplicate it as closely as possible, including passing its tests and fuzzing. https://wiki.alopex.li/PortingCToRust comments on the conversion. Next step would be to smooth its API out and make it more Rusty; https://github.com/germangb/minimp3-rs might be useful for inspiration.

Differences:

* i16 output only
* No SIMD
* No conditional compilation -- basically should operate as if the following flags are defined:
* `#define MINIMP3_NO_SIMD`
* `#define MINIMP3_NONSTANDARD_BUT_LOGICAL`???
* `#define MINIMP3_NONSTANDARD_BUT_LOGICAL`???

0 comments on commit 33ac4fd

Please sign in to comment.