AldaronLau / AldaronLau/p-chan
Add benchmarking
未關閉
documentation
- 主要語言
- Rust
- 星號
- 3
- 分支
- 0
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Some examples:
- Generate 5 minutes random audio data RAW at 48k (16i, 32f) and save to file for testing.
- Read random audio file and convert to the other
- Read random audio file and naïvely convert to the other (`as f32 * (i16::MAX as f32).recip()` and `as i16 * (i16::MAX as f32)`) for comparison, also can compare to current `fon` crate algorithm (slightly different).
See how differently it performs and document
貢獻指南
評估
這個 Issue 還沒有評估資料。