if i fuck up the prec it seems to sound way better

This commit is contained in:
Soph :3 2025-11-11 11:36:09 +02:00
parent 81337b7f4b
commit 7007e66f7c
4 changed files with 4 additions and 3 deletions

View file

@ -506,7 +506,7 @@ struct DfpwmEncoder {
}
impl DfpwmEncoder {
const CONST_PREC: i32 = 10;
const CONST_PREC: i32 = 8;
fn new() -> Self {
Self { q: 0, s: 0, lt: -128 }