We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0565c38 commit 040840eCopy full SHA for 040840e
README.md
@@ -12,12 +12,14 @@ See also [loudness-scanner tool](https://github.com/jiixyj/loudness-scanner).
12
News
13
----
14
15
-v1.2.0 (unreleased):
+v1.2.0 released:
16
17
- * New functions for real time loudness monitoring:
+ * New functions for real time loudness/peak monitoring:
18
* `ebur128_loudness_window()`
19
* `ebur128_set_max_window()`
20
* `ebur128_set_max_history()`
21
+ * `ebur128_prev_sample_peak()`
22
+ * `ebur128_prev_true_peak()`
23
* New FIR resampler for true peak calculation, removing Speex dependency
24
* Add true peak conformance tests
25
* Bug fixes
0 commit comments