You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* More improvements on WAV parser
* Calculate duration based on byte rate
* Adjust test
* Use sample_rate for determining duration
* Adjust test
* Bump version
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
## 2.10.0
2
+
* Improve WAV parser by focusing on performance rather than on attempting a best-effort when extracting metadata from files that do not strictly follow the format spec.
3
+
1
4
## 2.9.0
2
5
* Improve WAV parser by performing a best-effort when extracting metadata from files that do not strictly follow the format spec.
0 commit comments