Skip to content

Commit

Permalink
Merge pull request icefoxen#5 from skierpage/patch-1
Browse files Browse the repository at this point in the history
link to excellent blog post in README
  • Loading branch information
icefoxen authored Oct 12, 2018
2 parents 7909138 + 33ac4fd commit e2500fd
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 e2500fd

Please sign in to comment.