mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 12:19:37 +00:00
Refactor AVFoundation to oxilangtag.
This commit is contained in:
parent
915673eec6
commit
97fa370dec
|
@ -10,7 +10,7 @@ use lazy_static::lazy_static;
|
|||
use log::{info, trace};
|
||||
use objc::runtime::{Object, Sel};
|
||||
use objc::{class, declare::ClassDecl, msg_send, sel, sel_impl};
|
||||
use unic_langid::LanguageIdentifier;
|
||||
use oxylangtag::LanguageTag;
|
||||
|
||||
use crate::{Backend, BackendId, Error, Features, Gender, UtteranceId, Voice, CALLBACKS};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user