mirror of
https://github.com/iluvcapra/bwavfile.git
synced 2025-12-31 08:50:44 +00:00
Update blits.rs
This commit is contained in:
@@ -35,9 +35,9 @@ fn dbfs_to_signed_int(dbfs: f32, bit_depth: u32) -> i32 {
|
|||||||
|
|
||||||
#[derive(Clone, Copy, PartialEq)]
|
#[derive(Clone, Copy, PartialEq)]
|
||||||
enum ToneBurst {
|
enum ToneBurst {
|
||||||
/// Tone of .0 frequency for .1 duration at .2 dBfs
|
/// Tone of .0 frequency (hz) for .1 duration (ms) at .2 dBfs
|
||||||
Tone(f32, u64, f32),
|
Tone(f32, u64, f32),
|
||||||
/// Silence of .0 Duration
|
/// Silence of .0 Duration (ms)
|
||||||
Silence(u64),
|
Silence(u64),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user