remove config

This commit is contained in:
mii
2022-08-05 18:49:19 +09:00
parent c91e18d276
commit 6c3e1700bd
3 changed files with 1 additions and 6 deletions

View File

@ -1,3 +0,0 @@
pub struct TTSConfig {
}

View File

@ -10,7 +10,6 @@ pub struct TTSInstance {
}
impl TTSInstance {
/// Synthesize text to speech and send it to the voice channel.
///
/// Example:
@ -30,4 +29,4 @@ impl TTSInstance {
call.enqueue_source(input);
}
}
}
}

View File

@ -1,6 +1,5 @@
pub mod gcp_tts;
pub mod voicevox;
pub mod config;
pub mod message;
pub mod tts_type;
pub mod instance;