pub fn write_file<P: AsRef<Path>>(
    path: P,
    data: Vec<f32>
) -> Result<(), Box<dyn Error>>