mirror of
https://github.com/mii443/ncb-tts-r2.git
synced 2025-08-22 16:15:29 +00:00
remove config
This commit is contained in:
@ -1,3 +0,0 @@
|
||||
pub struct TTSConfig {
|
||||
|
||||
}
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,5 @@
|
||||
pub mod gcp_tts;
|
||||
pub mod voicevox;
|
||||
pub mod config;
|
||||
pub mod message;
|
||||
pub mod tts_type;
|
||||
pub mod instance;
|
Reference in New Issue
Block a user