issues
search
sdroege
/
ebur128
Implementation of the EBU R128 loudness standard
MIT License
98
stars
16
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Release 0.1.10
#60
sdroege
closed
4 weeks ago
0
Add support for ReplayGain 2.0 album gain calculation
#59
Holzhaus
closed
1 month ago
1
Provide possibility for Album Gain calculations
#58
Holzhaus
closed
1 month ago
4
feat: add usage example
#57
thewh1teagle
closed
2 months ago
1
Simple example
#56
thewh1teagle
closed
2 months ago
4
Return NaN from history if any of the calculations end up as NaN
#55
sdroege
closed
5 months ago
1
How to build this for Fedora with proprietary FFMPEG codecs installed?
#54
kylxbn
closed
1 year ago
3
How to use for real time processing
#53
laenzlinger
closed
1 year ago
21
Potential performance regression
#52
diizzyy
closed
1 year ago
8
Use libebur128 as filename for pkgconfig file
#51
diizzyy
closed
1 year ago
2
Sync version in header file
#50
diizzyy
closed
1 year ago
1
Fix various new 1.65 clippy warnings
#49
sdroege
closed
2 years ago
0
interp:Use new const-generics to simplify code
#48
rawler
closed
2 years ago
8
merge wasm for testing
#46
juho
closed
2 years ago
2
Fixing some TODOs and Iterator refactor
#45
zotho
closed
3 years ago
5
Update to cargo-c 0.9.0
#44
sdroege
closed
3 years ago
0
Panic when calling loudness_range
#43
overdrivenpotato
closed
5 months ago
10
Support for chunked analysis
#42
rawler
closed
3 years ago
6
Bugfix: True-peak broken when first samples are high-valued
#41
rawler
closed
3 years ago
7
Drop history sliced-list TODO
#40
rawler
closed
3 years ago
2
WIP: Remove C tests and replace by Rust tests
#39
sdroege
closed
1 year ago
0
Use cargo-c C testing feature for testing the exported C API
#38
sdroege
opened
4 years ago
0
Replace C tests with Rust tests for the individual components and get rid of all C dependencies
#37
sdroege
opened
4 years ago
0
Bufferless True Peak-analysis
#36
rawler
closed
4 years ago
6
Consistently use Iterator::zip(a, b) instead of a.zip(b)
#35
sdroege
closed
3 years ago
0
interp: Specialized, optimized implementations for common interpolations
#34
rawler
closed
4 years ago
10
Add WASM/JS support via wasm-bindgen
#33
sdroege
closed
1 year ago
5
WIP: Add WASM/JS bindings via wasm-bindgen and example
#32
sdroege
opened
4 years ago
0
Try tinyvec instead of smallvec
#31
sdroege
opened
4 years ago
0
Implement Ftz around a FnOnce closure to prevent the possibility to p…
#30
sdroege
closed
4 years ago
1
Get rid of unsafe code in Histogram handling
#29
sdroege
closed
4 years ago
0
Get rid of unsafe code in Histogram handling
#28
sdroege
closed
4 years ago
3
Move EbuR128::audio_data allocation into its own function
#27
sdroege
closed
4 years ago
0
Release 0.1.5
#26
sdroege
closed
4 years ago
0
Change chunk size from 100ms to 10ms. Resolves #10.
#25
l0calh05t
closed
4 years ago
1
Replace travis with Github Actions
#24
Luni-4
closed
4 years ago
1
Speed up cargo-c build
#23
Luni-4
closed
4 years ago
1
Use SmallVec in a few places
#22
sdroege
closed
4 years ago
0
Add support for planar inputs
#21
sdroege
closed
4 years ago
0
Some preparation for supporting planar/non-interleaved inputs
#20
sdroege
closed
4 years ago
0
Add EbuR128::reset() for resetting the current state without realloca…
#19
sdroege
closed
4 years ago
0
Only allow a single channel when DualMono is used in set_channel_map()
#18
sdroege
closed
4 years ago
0
Address numeric types constants via std instead of just the type
#17
sdroege
closed
4 years ago
0
Various minor cleanups & handle some possible overflows as normal errors instead of panics
#16
sdroege
closed
4 years ago
0
Fix spelling errors and gate EbuR128C use on c-tests feature
#15
l0calh05t
closed
4 years ago
3
Release 0.1.2
#14
sdroege
closed
4 years ago
0
Add libebur128-compatible C API
#13
sdroege
closed
4 years ago
0
Some cleanup
#12
sdroege
closed
4 years ago
0
Add libebur128 ABI-compatible C API
#11
sdroege
closed
4 years ago
0
Fix failing reference tests 3341/13 and 3341/14
#10
sdroege
closed
4 years ago
4
Next