- let out_path = PathBuf::from("../../../Data/mymod.rrc");
- let soundmodem =
- Soundmodem::new_with_input_and_output(NullInputSource::new(), OutputRrcFile::new(out_path));
+ //let out_path = PathBuf::from("../../../Data/mymod.rrc");
+ //let output = OutputRrcFile::new(out_path);
+ let output = OutputSoundcard::new();
+ let soundmodem = Soundmodem::new_with_input_and_output(NullInputSource::new(), output);