Add speaker identification APIs for HarmonyOS (#1607)
* Add speaker embedding extractor API for HarmonyOS * Add ArkTS API for speaker identification
This commit is contained in:
@@ -51,3 +51,9 @@ export {
|
||||
TtsOutput,
|
||||
TtsInput,
|
||||
} from './src/main/ets/components/NonStreamingTts';
|
||||
|
||||
export {
|
||||
SpeakerEmbeddingExtractorConfig,
|
||||
SpeakerEmbeddingExtractor,
|
||||
SpeakerEmbeddingManager,
|
||||
} from './src/main/ets/components/SpeakerIdentification';
|
||||
|
||||
Reference in New Issue
Block a user