tenturestept
tenturestept
on a certain music tracker, the recommended settings for both bit depth reduction and resampling at the same time are ``` sox -R -G {input} -b 16 {output} rate -v...
> I'm also okay with the stance of "24 bit is good because archival", though I'd > personally never do it because of how FLAC pads 24 bit samples to...
Ok, I double-checked [the FLAC format specification](https://xiph.org/flac/format.html#frame_header) and it definitely supports a 24-bit sample size. Both libFLAC and the ffmpeg encoder use that feature. It's easy to verify using a...
i heard this is possible now in iced, right?
wondering what the maintainers think about > ``` > /// get me a random without getrandom > #[cfg(feature = "std")] > fn random_seed() -> u64 { > std::hash::Hasher::finish(&std::hash::BuildHasher::build_hasher( > &std::collections::hash_map::RandomState::new(),...