AldaronLau / AldaronLau/p-chan

Add benchmarking

未關閉
#1 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
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 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。