mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 16:09:38 +00:00
9 lines
297 B
Rust
9 lines
297 B
Rust
fn main() {
|
|
windows::build!(
|
|
windows::foundation::TypedEventHandler,
|
|
windows::media::core::MediaSource,
|
|
windows::media::playback::{MediaPlaybackState, MediaPlayer, MediaPlayerAudioCategory},
|
|
windows::media::speech_synthesis::SpeechSynthesizer,
|
|
);
|
|
}
|