Instructions to use augustZheng/TTS-Core-AI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Supertonic
How to use augustZheng/TTS-Core-AI with Supertonic:
from supertonic import TTS tts = TTS(auto_download=True) style = tts.get_voice_style(voice_name="M1") text = "The train delay was announced at 4:45 PM on Wed, Apr 3, 2024 due to track maintenance." wav, duration = tts.synthesize(text, voice_style=style) tts.save_audio(wav, "output.wav")
- Notebooks
- Google Colab
- Kaggle
| // !$*UTF8*$! | |
| { | |
| archiveVersion = 1; | |
| classes = { | |
| }; | |
| objectVersion = 56; | |
| objects = { | |
| /* Begin PBXBuildFile section */ | |
| A10000000000000000000001 /* TTSCoreAILabApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10000000000000000000011 /* TTSCoreAILabApp.swift */; }; | |
| A10000000000000000000002 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10000000000000000000012 /* ContentView.swift */; }; | |
| A10000000000000000000003 /* CoreAIModelSmokeRunner.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10000000000000000000013 /* CoreAIModelSmokeRunner.swift */; }; | |
| A10000000000000000000004 /* Models/kokoro_bert_projection.aimodel in Resources */ = {isa = PBXBuildFile; fileRef = A10000000000000000000015 /* Models/kokoro_bert_projection.aimodel */; }; | |
| A10000000000000000000005 /* HiFixture.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10000000000000000000016 /* HiFixture.swift */; }; | |
| A10000000000000000000006 /* Models/kokoro_bert_eager_64.aimodel in Resources */ = {isa = PBXBuildFile; fileRef = A10000000000000000000017 /* Models/kokoro_bert_eager_64.aimodel */; }; | |
| A10000000000000000000007 /* Models/kokoro_duration_encoder_no_pack_64_intmask.aimodel in Resources */ = {isa = PBXBuildFile; fileRef = A10000000000000000000018 /* Models/kokoro_duration_encoder_no_pack_64_intmask.aimodel */; }; | |
| A10000000000000000000008 /* Models/kokoro_duration_head.aimodel in Resources */ = {isa = PBXBuildFile; fileRef = A10000000000000000000019 /* Models/kokoro_duration_head.aimodel */; }; | |
| A10000000000000000000009 /* Models/kokoro_text_encoder_conv_64_intmask.aimodel in Resources */ = {isa = PBXBuildFile; fileRef = A1000000000000000000001A /* Models/kokoro_text_encoder_conv_64_intmask.aimodel */; }; | |
| A1000000000000000000000A /* Models/kokoro_text_encoder_lstm.aimodel in Resources */ = {isa = PBXBuildFile; fileRef = A1000000000000000000001B /* Models/kokoro_text_encoder_lstm.aimodel */; }; | |
| A1000000000000000000000B /* Models/kokoro_f0n_shared_lstm_64.aimodel in Resources */ = {isa = PBXBuildFile; fileRef = A1000000000000000000001C /* Models/kokoro_f0n_shared_lstm_64.aimodel */; }; | |
| A1000000000000000000000C /* Models/kokoro_f0n_blocks_64.aimodel in Resources */ = {isa = PBXBuildFile; fileRef = A1000000000000000000001D /* Models/kokoro_f0n_blocks_64.aimodel */; }; | |
| A1000000000000000000000D /* AudioPlayback.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1000000000000000000001E /* AudioPlayback.swift */; }; | |
| A1000000000000000000000E /* Models/kokoro_decoder_pre.aimodel in Resources */ = {isa = PBXBuildFile; fileRef = A1000000000000000000001F /* Models/kokoro_decoder_pre.aimodel */; }; | |
| A1000000000000000000000F /* Models/kokoro_generator_core.aimodel in Resources */ = {isa = PBXBuildFile; fileRef = A10000000000000000000021 /* Models/kokoro_generator_core.aimodel */; }; | |
| A10000000000000000000022 /* Models/kokoro_istft.aimodel in Resources */ = {isa = PBXBuildFile; fileRef = A10000000000000000000023 /* Models/kokoro_istft.aimodel */; }; | |
| A10000000000000000000024 /* Models/hi_decoder_style.f32 in Resources */ = {isa = PBXBuildFile; fileRef = A10000000000000000000025 /* Models/hi_decoder_style.f32 */; }; | |
| A10000000000000000000026 /* Models/hi_harmonic_features.f32 in Resources */ = {isa = PBXBuildFile; fileRef = A10000000000000000000027 /* Models/hi_harmonic_features.f32 */; }; | |
| A10000000000000000000028 /* Models/LongDemo in Resources */ = {isa = PBXBuildFile; fileRef = A10000000000000000000029 /* Models/LongDemo */; }; | |
| A1000000000000000000002A /* LongDemoFixture.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1000000000000000000002B /* LongDemoFixture.swift */; }; | |
| A1000000000000000000002C /* DynamicTextPipeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1000000000000000000002D /* DynamicTextPipeline.swift */; }; | |
| A1000000000000000000002E /* Models/DynamicText in Resources */ = {isa = PBXBuildFile; fileRef = A1000000000000000000002F /* Models/DynamicText */; }; | |
| A10000000000000000000035 /* PlainTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10000000000000000000036 /* PlainTextView.swift */; }; | |
| A10000000000000000000037 /* Models/Profiles/128x256 in Resources */ = {isa = PBXBuildFile; fileRef = A10000000000000000000038 /* Models/Profiles/128x256 */; }; | |
| A10000000000000000000094 /* Models/Profiles/256x512 in Resources */ = {isa = PBXBuildFile; fileRef = A10000000000000000000095 /* Models/Profiles/256x512 */; }; | |
| A10000000000000000000039 /* UnifiedTTSLabRunner.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1000000000000000000003A /* UnifiedTTSLabRunner.swift */; }; | |
| A1000000000000000000003B /* KittenTTS in Frameworks */ = {isa = PBXBuildFile; productRef = A1000000000000000000003D /* KittenTTS */; }; | |
| A10000000000000000000080 /* SupertonicTTSService.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10000000000000000000081 /* SupertonicTTSService.swift */; }; | |
| A10000000000000000000084 /* coreai-assets in Resources */ = {isa = PBXBuildFile; fileRef = A10000000000000000000085 /* coreai-assets */; }; | |
| A10000000000000000000086 /* voice_styles in Resources */ = {isa = PBXBuildFile; fileRef = A10000000000000000000087 /* voice_styles */; }; | |
| A1000000000000000000008B /* unicode_indexer.json in Resources */ = {isa = PBXBuildFile; fileRef = A1000000000000000000008C /* unicode_indexer.json */; }; | |
| A10000000000000000000090 /* KokoroCoreMLService.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10000000000000000000091 /* KokoroCoreMLService.swift */; }; | |
| A10000000000000000000092 /* Models/KokoroCoreML in Resources */ = {isa = PBXBuildFile; fileRef = A10000000000000000000093 /* Models/KokoroCoreML */; }; | |
| /* End PBXBuildFile section */ | |
| /* Begin PBXFileReference section */ | |
| A10000000000000000000010 /* TTSCoreAILab.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TTSCoreAILab.app; sourceTree = BUILT_PRODUCTS_DIR; }; | |
| A10000000000000000000011 /* TTSCoreAILabApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TTSCoreAILabApp.swift; sourceTree = "<group>"; }; | |
| A10000000000000000000012 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; | |
| A10000000000000000000013 /* CoreAIModelSmokeRunner.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreAIModelSmokeRunner.swift; sourceTree = "<group>"; }; | |
| A10000000000000000000014 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | |
| A10000000000000000000015 /* Models/kokoro_bert_projection.aimodel */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Models/kokoro_bert_projection.aimodel; sourceTree = "<group>"; }; | |
| A10000000000000000000016 /* HiFixture.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HiFixture.swift; sourceTree = "<group>"; }; | |
| A10000000000000000000017 /* Models/kokoro_bert_eager_64.aimodel */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Models/kokoro_bert_eager_64.aimodel; sourceTree = "<group>"; }; | |
| A10000000000000000000018 /* Models/kokoro_duration_encoder_no_pack_64_intmask.aimodel */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Models/kokoro_duration_encoder_no_pack_64_intmask.aimodel; sourceTree = "<group>"; }; | |
| A10000000000000000000019 /* Models/kokoro_duration_head.aimodel */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Models/kokoro_duration_head.aimodel; sourceTree = "<group>"; }; | |
| A1000000000000000000001A /* Models/kokoro_text_encoder_conv_64_intmask.aimodel */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Models/kokoro_text_encoder_conv_64_intmask.aimodel; sourceTree = "<group>"; }; | |
| A1000000000000000000001B /* Models/kokoro_text_encoder_lstm.aimodel */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Models/kokoro_text_encoder_lstm.aimodel; sourceTree = "<group>"; }; | |
| A1000000000000000000001C /* Models/kokoro_f0n_shared_lstm_64.aimodel */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Models/kokoro_f0n_shared_lstm_64.aimodel; sourceTree = "<group>"; }; | |
| A1000000000000000000001D /* Models/kokoro_f0n_blocks_64.aimodel */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Models/kokoro_f0n_blocks_64.aimodel; sourceTree = "<group>"; }; | |
| A1000000000000000000001E /* AudioPlayback.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AudioPlayback.swift; sourceTree = "<group>"; }; | |
| A1000000000000000000001F /* Models/kokoro_decoder_pre.aimodel */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Models/kokoro_decoder_pre.aimodel; sourceTree = "<group>"; }; | |
| A10000000000000000000021 /* Models/kokoro_generator_core.aimodel */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Models/kokoro_generator_core.aimodel; sourceTree = "<group>"; }; | |
| A10000000000000000000023 /* Models/kokoro_istft.aimodel */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Models/kokoro_istft.aimodel; sourceTree = "<group>"; }; | |
| A10000000000000000000025 /* Models/hi_decoder_style.f32 */ = {isa = PBXFileReference; lastKnownFileType = file; path = Models/hi_decoder_style.f32; sourceTree = "<group>"; }; | |
| A10000000000000000000027 /* Models/hi_harmonic_features.f32 */ = {isa = PBXFileReference; lastKnownFileType = file; path = Models/hi_harmonic_features.f32; sourceTree = "<group>"; }; | |
| A10000000000000000000029 /* Models/LongDemo */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Models/LongDemo; sourceTree = "<group>"; }; | |
| A1000000000000000000002B /* LongDemoFixture.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LongDemoFixture.swift; sourceTree = "<group>"; }; | |
| A1000000000000000000002D /* DynamicTextPipeline.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DynamicTextPipeline.swift; sourceTree = "<group>"; }; | |
| A1000000000000000000002F /* Models/DynamicText */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Models/DynamicText; sourceTree = "<group>"; }; | |
| A10000000000000000000036 /* PlainTextView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlainTextView.swift; sourceTree = "<group>"; }; | |
| A10000000000000000000038 /* Models/Profiles/128x256 */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Models/Profiles/128x256; sourceTree = "<group>"; }; | |
| A10000000000000000000095 /* Models/Profiles/256x512 */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Models/Profiles/256x512; sourceTree = "<group>"; }; | |
| A1000000000000000000003A /* UnifiedTTSLabRunner.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnifiedTTSLabRunner.swift; sourceTree = "<group>"; }; | |
| A10000000000000000000081 /* SupertonicTTSService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SupertonicTTSService.swift; sourceTree = "<group>"; }; | |
| A10000000000000000000085 /* coreai-assets */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "coreai-assets"; path = "SupertonicResources/coreai-assets-baseline"; sourceTree = "<group>"; }; | |
| A10000000000000000000087 /* voice_styles */ = {isa = PBXFileReference; lastKnownFileType = folder; name = voice_styles; path = SupertonicResources/voice_styles; sourceTree = "<group>"; }; | |
| A1000000000000000000008C /* unicode_indexer.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = unicode_indexer.json; path = SupertonicResources/unicode_indexer.json; sourceTree = "<group>"; }; | |
| A10000000000000000000091 /* KokoroCoreMLService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KokoroCoreMLService.swift; sourceTree = "<group>"; }; | |
| A10000000000000000000093 /* Models/KokoroCoreML */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Models/KokoroCoreML; sourceTree = "<group>"; }; | |
| /* End PBXFileReference section */ | |
| /* Begin PBXFrameworksBuildPhase section */ | |
| A10000000000000000000020 /* Frameworks */ = { | |
| isa = PBXFrameworksBuildPhase; | |
| buildActionMask = 2147483647; | |
| files = ( | |
| A1000000000000000000003B /* KittenTTS in Frameworks */, | |
| ); | |
| runOnlyForDeploymentPostprocessing = 0; | |
| }; | |
| /* End PBXFrameworksBuildPhase section */ | |
| /* Begin PBXGroup section */ | |
| A10000000000000000000030 = { | |
| isa = PBXGroup; | |
| children = ( | |
| A10000000000000000000031 /* TTSCoreAILab */, | |
| A10000000000000000000032 /* Products */, | |
| ); | |
| sourceTree = "<group>"; | |
| }; | |
| A10000000000000000000031 /* TTSCoreAILab */ = { | |
| isa = PBXGroup; | |
| children = ( | |
| A10000000000000000000011 /* TTSCoreAILabApp.swift */, | |
| A10000000000000000000012 /* ContentView.swift */, | |
| A10000000000000000000036 /* PlainTextView.swift */, | |
| A10000000000000000000013 /* CoreAIModelSmokeRunner.swift */, | |
| A1000000000000000000003A /* UnifiedTTSLabRunner.swift */, | |
| A10000000000000000000081 /* SupertonicTTSService.swift */, | |
| A10000000000000000000091 /* KokoroCoreMLService.swift */, | |
| A10000000000000000000016 /* HiFixture.swift */, | |
| A1000000000000000000002B /* LongDemoFixture.swift */, | |
| A1000000000000000000002D /* DynamicTextPipeline.swift */, | |
| A1000000000000000000001E /* AudioPlayback.swift */, | |
| A10000000000000000000014 /* Info.plist */, | |
| A10000000000000000000015 /* Models/kokoro_bert_projection.aimodel */, | |
| A10000000000000000000017 /* Models/kokoro_bert_eager_64.aimodel */, | |
| A10000000000000000000018 /* Models/kokoro_duration_encoder_no_pack_64_intmask.aimodel */, | |
| A10000000000000000000019 /* Models/kokoro_duration_head.aimodel */, | |
| A1000000000000000000001A /* Models/kokoro_text_encoder_conv_64_intmask.aimodel */, | |
| A1000000000000000000001B /* Models/kokoro_text_encoder_lstm.aimodel */, | |
| A1000000000000000000001C /* Models/kokoro_f0n_shared_lstm_64.aimodel */, | |
| A1000000000000000000001D /* Models/kokoro_f0n_blocks_64.aimodel */, | |
| A1000000000000000000001F /* Models/kokoro_decoder_pre.aimodel */, | |
| A10000000000000000000021 /* Models/kokoro_generator_core.aimodel */, | |
| A10000000000000000000023 /* Models/kokoro_istft.aimodel */, | |
| A10000000000000000000025 /* Models/hi_decoder_style.f32 */, | |
| A10000000000000000000027 /* Models/hi_harmonic_features.f32 */, | |
| A10000000000000000000029 /* Models/LongDemo */, | |
| A1000000000000000000002F /* Models/DynamicText */, | |
| A10000000000000000000038 /* Models/Profiles/128x256 */, | |
| A10000000000000000000095 /* Models/Profiles/256x512 */, | |
| A10000000000000000000093 /* Models/KokoroCoreML */, | |
| A10000000000000000000085 /* coreai-assets */, | |
| A10000000000000000000087 /* voice_styles */, | |
| A1000000000000000000008C /* unicode_indexer.json */, | |
| ); | |
| path = TTSCoreAILab; | |
| sourceTree = "<group>"; | |
| }; | |
| A10000000000000000000032 /* Products */ = { | |
| isa = PBXGroup; | |
| children = ( | |
| A10000000000000000000010 /* TTSCoreAILab.app */, | |
| ); | |
| name = Products; | |
| sourceTree = "<group>"; | |
| }; | |
| /* End PBXGroup section */ | |
| /* Begin PBXNativeTarget section */ | |
| A10000000000000000000040 /* TTSCoreAILab */ = { | |
| isa = PBXNativeTarget; | |
| buildConfigurationList = A10000000000000000000070 /* Build configuration list for PBXNativeTarget "TTSCoreAILab" */; | |
| buildPhases = ( | |
| A10000000000000000000050 /* Sources */, | |
| A10000000000000000000020 /* Frameworks */, | |
| A10000000000000000000051 /* Resources */, | |
| ); | |
| buildRules = ( | |
| ); | |
| dependencies = ( | |
| ); | |
| name = TTSCoreAILab; | |
| packageProductDependencies = ( | |
| A1000000000000000000003D /* KittenTTS */, | |
| ); | |
| productName = TTSCoreAILab; | |
| productReference = A10000000000000000000010 /* TTSCoreAILab.app */; | |
| productType = "com.apple.product-type.application"; | |
| }; | |
| /* End PBXNativeTarget section */ | |
| /* Begin PBXProject section */ | |
| A10000000000000000000060 /* Project object */ = { | |
| isa = PBXProject; | |
| attributes = { | |
| BuildIndependentTargetsInParallel = 1; | |
| LastSwiftUpdateCheck = 1600; | |
| LastUpgradeCheck = 2700; | |
| TargetAttributes = { | |
| A10000000000000000000040 = { | |
| CreatedOnToolsVersion = 16.0; | |
| }; | |
| }; | |
| }; | |
| buildConfigurationList = A10000000000000000000061 /* Build configuration list for PBXProject "TTSCoreAILab" */; | |
| compatibilityVersion = "Xcode 14.0"; | |
| developmentRegion = en; | |
| hasScannedForEncodings = 0; | |
| knownRegions = ( | |
| en, | |
| Base, | |
| ); | |
| mainGroup = A10000000000000000000030; | |
| packageReferences = ( | |
| A1000000000000000000003C /* XCRemoteSwiftPackageReference "KittenTTS-swift" */, | |
| ); | |
| productRefGroup = A10000000000000000000032 /* Products */; | |
| projectDirPath = ""; | |
| projectRoot = ""; | |
| targets = ( | |
| A10000000000000000000040 /* TTSCoreAILab */, | |
| ); | |
| }; | |
| /* End PBXProject section */ | |
| /* Begin PBXResourcesBuildPhase section */ | |
| A10000000000000000000051 /* Resources */ = { | |
| isa = PBXResourcesBuildPhase; | |
| buildActionMask = 2147483647; | |
| files = ( | |
| A10000000000000000000004 /* Models/kokoro_bert_projection.aimodel in Resources */, | |
| A10000000000000000000006 /* Models/kokoro_bert_eager_64.aimodel in Resources */, | |
| A10000000000000000000007 /* Models/kokoro_duration_encoder_no_pack_64_intmask.aimodel in Resources */, | |
| A10000000000000000000008 /* Models/kokoro_duration_head.aimodel in Resources */, | |
| A10000000000000000000009 /* Models/kokoro_text_encoder_conv_64_intmask.aimodel in Resources */, | |
| A1000000000000000000000A /* Models/kokoro_text_encoder_lstm.aimodel in Resources */, | |
| A1000000000000000000000B /* Models/kokoro_f0n_shared_lstm_64.aimodel in Resources */, | |
| A1000000000000000000000C /* Models/kokoro_f0n_blocks_64.aimodel in Resources */, | |
| A1000000000000000000000E /* Models/kokoro_decoder_pre.aimodel in Resources */, | |
| A1000000000000000000000F /* Models/kokoro_generator_core.aimodel in Resources */, | |
| A10000000000000000000022 /* Models/kokoro_istft.aimodel in Resources */, | |
| A10000000000000000000024 /* Models/hi_decoder_style.f32 in Resources */, | |
| A10000000000000000000026 /* Models/hi_harmonic_features.f32 in Resources */, | |
| A10000000000000000000028 /* Models/LongDemo in Resources */, | |
| A1000000000000000000002E /* Models/DynamicText in Resources */, | |
| A10000000000000000000037 /* Models/Profiles/128x256 in Resources */, | |
| A10000000000000000000094 /* Models/Profiles/256x512 in Resources */, | |
| A10000000000000000000084 /* coreai-assets in Resources */, | |
| A10000000000000000000086 /* voice_styles in Resources */, | |
| A1000000000000000000008B /* unicode_indexer.json in Resources */, | |
| ); | |
| runOnlyForDeploymentPostprocessing = 0; | |
| }; | |
| /* End PBXResourcesBuildPhase section */ | |
| /* Begin PBXSourcesBuildPhase section */ | |
| A10000000000000000000050 /* Sources */ = { | |
| isa = PBXSourcesBuildPhase; | |
| buildActionMask = 2147483647; | |
| files = ( | |
| A10000000000000000000001 /* TTSCoreAILabApp.swift in Sources */, | |
| A10000000000000000000002 /* ContentView.swift in Sources */, | |
| A10000000000000000000003 /* CoreAIModelSmokeRunner.swift in Sources */, | |
| A10000000000000000000005 /* HiFixture.swift in Sources */, | |
| A1000000000000000000000D /* AudioPlayback.swift in Sources */, | |
| A1000000000000000000002A /* LongDemoFixture.swift in Sources */, | |
| A1000000000000000000002C /* DynamicTextPipeline.swift in Sources */, | |
| A10000000000000000000035 /* PlainTextView.swift in Sources */, | |
| A10000000000000000000039 /* UnifiedTTSLabRunner.swift in Sources */, | |
| A10000000000000000000080 /* SupertonicTTSService.swift in Sources */, | |
| A10000000000000000000090 /* KokoroCoreMLService.swift in Sources */, | |
| ); | |
| runOnlyForDeploymentPostprocessing = 0; | |
| }; | |
| /* End PBXSourcesBuildPhase section */ | |
| /* Begin XCBuildConfiguration section */ | |
| A10000000000000000000062 /* Debug */ = { | |
| isa = XCBuildConfiguration; | |
| buildSettings = { | |
| ALWAYS_SEARCH_USER_PATHS = NO; | |
| CLANG_ANALYZER_NONNULL = YES; | |
| CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | |
| CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; | |
| CLANG_ENABLE_MODULES = YES; | |
| CLANG_ENABLE_OBJC_ARC = YES; | |
| CLANG_ENABLE_OBJC_WEAK = YES; | |
| CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | |
| CLANG_WARN_BOOL_CONVERSION = YES; | |
| CLANG_WARN_COMMA = YES; | |
| CLANG_WARN_CONSTANT_CONVERSION = YES; | |
| CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; | |
| CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | |
| CLANG_WARN_DOCUMENTATION_COMMENTS = YES; | |
| CLANG_WARN_EMPTY_BODY = YES; | |
| CLANG_WARN_ENUM_CONVERSION = YES; | |
| CLANG_WARN_INFINITE_RECURSION = YES; | |
| CLANG_WARN_INT_CONVERSION = YES; | |
| CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; | |
| CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; | |
| CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; | |
| CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | |
| CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; | |
| CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; | |
| CLANG_WARN_STRICT_PROTOTYPES = YES; | |
| CLANG_WARN_SUSPICIOUS_MOVE = YES; | |
| CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; | |
| CLANG_WARN_UNREACHABLE_CODE = YES; | |
| CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
| COPY_PHASE_STRIP = NO; | |
| DEBUG_INFORMATION_FORMAT = dwarf; | |
| ENABLE_STRICT_OBJC_MSGSEND = YES; | |
| ENABLE_TESTABILITY = YES; | |
| ENABLE_USER_SCRIPT_SANDBOXING = YES; | |
| GCC_C_LANGUAGE_STANDARD = gnu17; | |
| GCC_DYNAMIC_NO_PIC = NO; | |
| GCC_NO_COMMON_BLOCKS = YES; | |
| GCC_OPTIMIZATION_LEVEL = 0; | |
| GCC_PREPROCESSOR_DEFINITIONS = ( | |
| "DEBUG=1", | |
| "$(inherited)", | |
| ); | |
| GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | |
| GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | |
| GCC_WARN_UNDECLARED_SELECTOR = YES; | |
| GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | |
| GCC_WARN_UNUSED_FUNCTION = YES; | |
| GCC_WARN_UNUSED_VARIABLE = YES; | |
| IPHONEOS_DEPLOYMENT_TARGET = 27.0; | |
| MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; | |
| MTL_FAST_MATH = YES; | |
| ONLY_ACTIVE_ARCH = YES; | |
| SDKROOT = iphoneos; | |
| STRING_CATALOG_GENERATE_SYMBOLS = YES; | |
| SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; | |
| SWIFT_OPTIMIZATION_LEVEL = "-Onone"; | |
| }; | |
| name = Debug; | |
| }; | |
| A10000000000000000000063 /* Release */ = { | |
| isa = XCBuildConfiguration; | |
| buildSettings = { | |
| ALWAYS_SEARCH_USER_PATHS = NO; | |
| CLANG_ANALYZER_NONNULL = YES; | |
| CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | |
| CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; | |
| CLANG_ENABLE_MODULES = YES; | |
| CLANG_ENABLE_OBJC_ARC = YES; | |
| CLANG_ENABLE_OBJC_WEAK = YES; | |
| CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | |
| CLANG_WARN_BOOL_CONVERSION = YES; | |
| CLANG_WARN_COMMA = YES; | |
| CLANG_WARN_CONSTANT_CONVERSION = YES; | |
| CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; | |
| CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | |
| CLANG_WARN_DOCUMENTATION_COMMENTS = YES; | |
| CLANG_WARN_EMPTY_BODY = YES; | |
| CLANG_WARN_ENUM_CONVERSION = YES; | |
| CLANG_WARN_INFINITE_RECURSION = YES; | |
| CLANG_WARN_INT_CONVERSION = YES; | |
| CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; | |
| CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; | |
| CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; | |
| CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | |
| CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; | |
| CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; | |
| CLANG_WARN_STRICT_PROTOTYPES = YES; | |
| CLANG_WARN_SUSPICIOUS_MOVE = YES; | |
| CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; | |
| CLANG_WARN_UNREACHABLE_CODE = YES; | |
| CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
| COPY_PHASE_STRIP = NO; | |
| DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | |
| ENABLE_NS_ASSERTIONS = NO; | |
| ENABLE_STRICT_OBJC_MSGSEND = YES; | |
| ENABLE_USER_SCRIPT_SANDBOXING = YES; | |
| GCC_C_LANGUAGE_STANDARD = gnu17; | |
| GCC_NO_COMMON_BLOCKS = YES; | |
| GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | |
| GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | |
| GCC_WARN_UNDECLARED_SELECTOR = YES; | |
| GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | |
| GCC_WARN_UNUSED_FUNCTION = YES; | |
| GCC_WARN_UNUSED_VARIABLE = YES; | |
| IPHONEOS_DEPLOYMENT_TARGET = 27.0; | |
| MTL_ENABLE_DEBUG_INFO = NO; | |
| MTL_FAST_MATH = YES; | |
| SDKROOT = iphoneos; | |
| STRING_CATALOG_GENERATE_SYMBOLS = YES; | |
| SWIFT_COMPILATION_MODE = wholemodule; | |
| VALIDATE_PRODUCT = YES; | |
| }; | |
| name = Release; | |
| }; | |
| A10000000000000000000071 /* Debug */ = { | |
| isa = XCBuildConfiguration; | |
| buildSettings = { | |
| ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | |
| CODE_SIGN_STYLE = Automatic; | |
| CURRENT_PROJECT_VERSION = 1; | |
| GENERATE_INFOPLIST_FILE = NO; | |
| INFOPLIST_FILE = TTSCoreAILab/Info.plist; | |
| LD_RUNPATH_SEARCH_PATHS = ( | |
| "$(inherited)", | |
| "@executable_path/Frameworks", | |
| ); | |
| MARKETING_VERSION = 1.0; | |
| MTL_ENABLE_DEBUG_INFO = NO; | |
| PRODUCT_BUNDLE_IDENTIFIER = com.coreai.TTSCoreAILab; | |
| PRODUCT_NAME = "$(TARGET_NAME)"; | |
| SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; | |
| SWIFT_EMIT_LOC_STRINGS = YES; | |
| SWIFT_VERSION = 6.0; | |
| TARGETED_DEVICE_FAMILY = 1; | |
| }; | |
| name = Debug; | |
| }; | |
| A10000000000000000000072 /* Release */ = { | |
| isa = XCBuildConfiguration; | |
| buildSettings = { | |
| ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | |
| CODE_SIGN_STYLE = Automatic; | |
| CURRENT_PROJECT_VERSION = 1; | |
| GENERATE_INFOPLIST_FILE = NO; | |
| INFOPLIST_FILE = TTSCoreAILab/Info.plist; | |
| LD_RUNPATH_SEARCH_PATHS = ( | |
| "$(inherited)", | |
| "@executable_path/Frameworks", | |
| ); | |
| MARKETING_VERSION = 1.0; | |
| PRODUCT_BUNDLE_IDENTIFIER = com.coreai.TTSCoreAILab; | |
| PRODUCT_NAME = "$(TARGET_NAME)"; | |
| SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; | |
| SWIFT_EMIT_LOC_STRINGS = YES; | |
| SWIFT_VERSION = 6.0; | |
| TARGETED_DEVICE_FAMILY = 1; | |
| }; | |
| name = Release; | |
| }; | |
| /* End XCBuildConfiguration section */ | |
| /* Begin XCConfigurationList section */ | |
| A10000000000000000000061 /* Build configuration list for PBXProject "TTSCoreAILab" */ = { | |
| isa = XCConfigurationList; | |
| buildConfigurations = ( | |
| A10000000000000000000062 /* Debug */, | |
| A10000000000000000000063 /* Release */, | |
| ); | |
| defaultConfigurationIsVisible = 0; | |
| defaultConfigurationName = Release; | |
| }; | |
| A10000000000000000000070 /* Build configuration list for PBXNativeTarget "TTSCoreAILab" */ = { | |
| isa = XCConfigurationList; | |
| buildConfigurations = ( | |
| A10000000000000000000071 /* Debug */, | |
| A10000000000000000000072 /* Release */, | |
| ); | |
| defaultConfigurationIsVisible = 0; | |
| defaultConfigurationName = Release; | |
| }; | |
| /* End XCConfigurationList section */ | |
| /* Begin XCRemoteSwiftPackageReference section */ | |
| A1000000000000000000003C /* XCRemoteSwiftPackageReference "KittenTTS-swift" */ = { | |
| isa = XCRemoteSwiftPackageReference; | |
| repositoryURL = "https://github.com/KittenML/KittenTTS-swift.git"; | |
| requirement = { | |
| kind = revision; | |
| revision = 20cd4d8784c1bad348326955709892c8dfe7226b; | |
| }; | |
| }; | |
| /* End XCRemoteSwiftPackageReference section */ | |
| /* Begin XCSwiftPackageProductDependency section */ | |
| A1000000000000000000003D /* KittenTTS */ = { | |
| isa = XCSwiftPackageProductDependency; | |
| package = A1000000000000000000003C /* XCRemoteSwiftPackageReference "KittenTTS-swift" */; | |
| productName = KittenTTS; | |
| }; | |
| /* End XCSwiftPackageProductDependency section */ | |
| }; | |
| rootObject = A10000000000000000000060 /* Project object */; | |
| } | |