We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 557d274 commit ad75807Copy full SHA for ad75807
1 file changed
src-tauri/src/audio_toolkit/mod.rs
@@ -5,9 +5,8 @@ pub mod utils;
5
pub mod vad;
6
7
pub use audio::{
8
- is_microphone_access_denied, is_no_input_device_error, list_input_devices,
9
- list_output_devices, read_wav_samples, save_wav_file, verify_wav_file, AudioRecorder,
10
- CpalDeviceInfo,
+ is_microphone_access_denied, is_no_input_device_error, list_input_devices, list_output_devices,
+ read_wav_samples, save_wav_file, verify_wav_file, AudioRecorder, CpalDeviceInfo,
11
};
12
pub use text::{apply_custom_words, filter_transcription_output};
13
pub use utils::get_cpal_host;
0 commit comments