https://github.com/doumanash/mp3lame-sys
Rust wrapper over LAME
https://github.com/doumanash/mp3lame-sys
Last synced: 3 months ago
JSON representation
Rust wrapper over LAME
- Host: GitHub
- URL: https://github.com/doumanash/mp3lame-sys
- Owner: DoumanAsh
- License: lgpl-3.0
- Created: 2022-12-08T06:53:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T01:31:31.000Z (3 months ago)
- Last Synced: 2025-03-17T09:45:54.777Z (3 months ago)
- Language: C
- Size: 1.45 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mp3lame-sys

[](https://crates.io/crates/mp3lame-sys)
[](https://docs.rs/crate/mp3lame-sys/)Bindings to [LAME](https://lame.sourceforge.io/)
This is static only build with bundled version 3.100 (latest as of 2022/12/08)
There is safe and convenient wrapper over it: https://github.com/DoumanAsh/mp3lame-encoder
## Features
- `decoder` - Enables MPG library decoding under GPL;
- `target_host` - Overrides `host` option with `TARGET` for purpose of compiling C code in case of cross-compilation.## Env variables
- `MP3LAME_SYS_OVERRIDE_HOST` - Specifies override for `host` option within configure.
## License
LAME library is under LGPL License.
Hence this crate is licensed under the same shitty license