mirror of
https://github.com/iluvcapra/bwavfile.git
synced 2026-01-01 17:30:44 +00:00
Merge branch 'master' of https://github.com/iluvcapra/bwavfile
This commit is contained in:
@@ -34,9 +34,9 @@ fn dbfs_to_signed_int(dbfs: f32, bit_depth: u16) -> 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