mirror of
https://github.com/iluvcapra/bwavfile.git
synced 2025-12-31 17:00:44 +00:00
Update blits.rs
TODO note
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
//! alignment signal.
|
//! alignment signal.
|
||||||
//!
|
//!
|
||||||
//! TODO: Pre-calculate the sine waves to speed up generation
|
//! TODO: Pre-calculate the sine waves to speed up generation
|
||||||
|
//! TODO: Implement command-line interface
|
||||||
|
|
||||||
use std::f64;
|
use std::f64;
|
||||||
use bwavfile::{WaveWriter, WaveFmt};
|
use bwavfile::{WaveWriter, WaveFmt};
|
||||||
@@ -219,4 +220,4 @@ fn main() -> () {
|
|||||||
}
|
}
|
||||||
fw.end().expect("Failed to close frame writer");
|
fw.end().expect("Failed to close frame writer");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user