ebur128
ebur128 copied to clipboard
Implementation of the EBU R128 loudness standard
Hello, thanks for making this library :-) There seems to be a bug when calling `loudness_range` that occasionally triggers a panic. I've attached a stack trace with the relevant calls...
Fixes https://github.com/sdroege/ebur128/issues/32 Can be built with [`wasm-pack`](https://github.com/rustwasm/wasm-pack): ```sh wasm-pack build --target web -- --features wasm ``` Example using this can be found here: https://coaxion.net/~slomo/ebur128-wasm/ TODO * [ ] CI integration...
From [here](https://github.com/sdroege/ebur128/pull/36#discussion_r519305994): I think at some point we should simply drop the C tests as long as we have new tests that cover all the components equally well. The implementation...
Working on it and have something running that needs cleanup/completion
See https://dev.to/luzero/testing-your-crate-c-api-19nc
`tinyvec` doesn't contain any unsafe code and should perform the same, so let's try it.
It's almost a year since last recent, perhaps it's time to refresh requirements and deps to ensure future compatibility with later versions of Rust?