Skip to content

Commit

Permalink
Include missing test
Browse files Browse the repository at this point in the history
  • Loading branch information
siefkenj committed May 21, 2021
1 parent a8f3da9 commit 6abcb92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ fn yin_triangle_signal() {
pure_frequency(String::from("YIN"), String::from("triangle"), 440.0);
}

#[test]
fn autocorrelation_violin_d4() {
let signal: Signal<f64> = wav_file_to_signal(samples_path("violin-D4.wav"), 0, 10 * 1024);

Expand Down

0 comments on commit 6abcb92

Please sign in to comment.