react-native-davoice-tts 1.0.319 → 1.0.321
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/TTSRNBridge.podspec +1 -1
- package/ios/SpeechBridge/SpeechBridge.m +71 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/DavoiceTTS +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Headers/DavoiceTTS-Swift.h +3 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.abi.json +428 -219
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.private.swiftinterface +3 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.swiftinterface +3 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/DavoiceTTS +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Headers/DavoiceTTS-Swift.h +6 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.abi.json +630 -421
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +8 -5
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftinterface +8 -5
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.abi.json +630 -421
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +8 -5
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +8 -5
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeDirectory +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeRequirements-1 +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeResources +27 -27
- package/package.json +1 -1
- package/speech/index.ts +60 -13
|
@@ -1278,6 +1278,73 @@
|
|
|
1278
1278
|
],
|
|
1279
1279
|
"funcSelfKind": "NonMutating"
|
|
1280
1280
|
},
|
|
1281
|
+
{
|
|
1282
|
+
"kind": "Function",
|
|
1283
|
+
"name": "pauseSpeechRecognitionLiteAndWait",
|
|
1284
|
+
"printedName": "pauseSpeechRecognitionLiteAndWait(_:completion:)",
|
|
1285
|
+
"children": [
|
|
1286
|
+
{
|
|
1287
|
+
"kind": "TypeNominal",
|
|
1288
|
+
"name": "Void",
|
|
1289
|
+
"printedName": "()"
|
|
1290
|
+
},
|
|
1291
|
+
{
|
|
1292
|
+
"kind": "TypeNominal",
|
|
1293
|
+
"name": "NSNumber",
|
|
1294
|
+
"printedName": "Foundation.NSNumber",
|
|
1295
|
+
"usr": "c:objc(cs)NSNumber"
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
"kind": "TypeFunc",
|
|
1299
|
+
"name": "Function",
|
|
1300
|
+
"printedName": "(Swift.Bool, Swift.String?) -> ()",
|
|
1301
|
+
"children": [
|
|
1302
|
+
{
|
|
1303
|
+
"kind": "TypeNominal",
|
|
1304
|
+
"name": "Void",
|
|
1305
|
+
"printedName": "()"
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"kind": "TypeNominal",
|
|
1309
|
+
"name": "Tuple",
|
|
1310
|
+
"printedName": "(Swift.Bool, Swift.String?)",
|
|
1311
|
+
"children": [
|
|
1312
|
+
{
|
|
1313
|
+
"kind": "TypeNominal",
|
|
1314
|
+
"name": "Bool",
|
|
1315
|
+
"printedName": "Swift.Bool",
|
|
1316
|
+
"usr": "s:Sb"
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"kind": "TypeNominal",
|
|
1320
|
+
"name": "Optional",
|
|
1321
|
+
"printedName": "Swift.String?",
|
|
1322
|
+
"children": [
|
|
1323
|
+
{
|
|
1324
|
+
"kind": "TypeNominal",
|
|
1325
|
+
"name": "String",
|
|
1326
|
+
"printedName": "Swift.String",
|
|
1327
|
+
"usr": "s:SS"
|
|
1328
|
+
}
|
|
1329
|
+
],
|
|
1330
|
+
"usr": "s:Sq"
|
|
1331
|
+
}
|
|
1332
|
+
]
|
|
1333
|
+
}
|
|
1334
|
+
]
|
|
1335
|
+
}
|
|
1336
|
+
],
|
|
1337
|
+
"declKind": "Func",
|
|
1338
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)pauseSpeechRecognitionLiteAndWait:completion:",
|
|
1339
|
+
"mangledName": "$s10DavoiceTTS3STTC33pauseSpeechRecognitionLiteAndWait_10completionySo8NSNumberC_ySb_SSSgtctF",
|
|
1340
|
+
"moduleName": "DavoiceTTS",
|
|
1341
|
+
"declAttributes": [
|
|
1342
|
+
"Final",
|
|
1343
|
+
"AccessControl",
|
|
1344
|
+
"ObjC"
|
|
1345
|
+
],
|
|
1346
|
+
"funcSelfKind": "NonMutating"
|
|
1347
|
+
},
|
|
1281
1348
|
{
|
|
1282
1349
|
"kind": "Function",
|
|
1283
1350
|
"name": "unPauseSpeechRecognitionLite",
|
|
@@ -1307,6 +1374,120 @@
|
|
|
1307
1374
|
],
|
|
1308
1375
|
"funcSelfKind": "NonMutating"
|
|
1309
1376
|
},
|
|
1377
|
+
{
|
|
1378
|
+
"kind": "Function",
|
|
1379
|
+
"name": "unPauseSpeechRecognitionLite",
|
|
1380
|
+
"printedName": "unPauseSpeechRecognitionLite(_:preFetch:)",
|
|
1381
|
+
"children": [
|
|
1382
|
+
{
|
|
1383
|
+
"kind": "TypeNominal",
|
|
1384
|
+
"name": "Void",
|
|
1385
|
+
"printedName": "()"
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"kind": "TypeNominal",
|
|
1389
|
+
"name": "NSNumber",
|
|
1390
|
+
"printedName": "Foundation.NSNumber",
|
|
1391
|
+
"usr": "c:objc(cs)NSNumber"
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
"kind": "TypeNominal",
|
|
1395
|
+
"name": "NSNumber",
|
|
1396
|
+
"printedName": "Foundation.NSNumber",
|
|
1397
|
+
"usr": "c:objc(cs)NSNumber"
|
|
1398
|
+
}
|
|
1399
|
+
],
|
|
1400
|
+
"declKind": "Func",
|
|
1401
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)unPauseSpeechRecognitionLite:preFetch:",
|
|
1402
|
+
"mangledName": "$s10DavoiceTTS3STTC28unPauseSpeechRecognitionLite_8preFetchySo8NSNumberC_AGtF",
|
|
1403
|
+
"moduleName": "DavoiceTTS",
|
|
1404
|
+
"objc_name": "unPauseSpeechRecognitionLite:preFetch:",
|
|
1405
|
+
"declAttributes": [
|
|
1406
|
+
"Final",
|
|
1407
|
+
"AccessControl",
|
|
1408
|
+
"ObjC"
|
|
1409
|
+
],
|
|
1410
|
+
"funcSelfKind": "NonMutating"
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
"kind": "Function",
|
|
1414
|
+
"name": "unPauseSpeechRecognitionLiteAndWait",
|
|
1415
|
+
"printedName": "unPauseSpeechRecognitionLiteAndWait(_:preFetch:timeoutMs:completion:)",
|
|
1416
|
+
"children": [
|
|
1417
|
+
{
|
|
1418
|
+
"kind": "TypeNominal",
|
|
1419
|
+
"name": "Void",
|
|
1420
|
+
"printedName": "()"
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"kind": "TypeNominal",
|
|
1424
|
+
"name": "NSNumber",
|
|
1425
|
+
"printedName": "Foundation.NSNumber",
|
|
1426
|
+
"usr": "c:objc(cs)NSNumber"
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
"kind": "TypeNominal",
|
|
1430
|
+
"name": "NSNumber",
|
|
1431
|
+
"printedName": "Foundation.NSNumber",
|
|
1432
|
+
"usr": "c:objc(cs)NSNumber"
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"kind": "TypeNominal",
|
|
1436
|
+
"name": "NSNumber",
|
|
1437
|
+
"printedName": "Foundation.NSNumber",
|
|
1438
|
+
"usr": "c:objc(cs)NSNumber"
|
|
1439
|
+
},
|
|
1440
|
+
{
|
|
1441
|
+
"kind": "TypeFunc",
|
|
1442
|
+
"name": "Function",
|
|
1443
|
+
"printedName": "(Swift.Bool, Swift.String?) -> ()",
|
|
1444
|
+
"children": [
|
|
1445
|
+
{
|
|
1446
|
+
"kind": "TypeNominal",
|
|
1447
|
+
"name": "Void",
|
|
1448
|
+
"printedName": "()"
|
|
1449
|
+
},
|
|
1450
|
+
{
|
|
1451
|
+
"kind": "TypeNominal",
|
|
1452
|
+
"name": "Tuple",
|
|
1453
|
+
"printedName": "(Swift.Bool, Swift.String?)",
|
|
1454
|
+
"children": [
|
|
1455
|
+
{
|
|
1456
|
+
"kind": "TypeNominal",
|
|
1457
|
+
"name": "Bool",
|
|
1458
|
+
"printedName": "Swift.Bool",
|
|
1459
|
+
"usr": "s:Sb"
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
"kind": "TypeNominal",
|
|
1463
|
+
"name": "Optional",
|
|
1464
|
+
"printedName": "Swift.String?",
|
|
1465
|
+
"children": [
|
|
1466
|
+
{
|
|
1467
|
+
"kind": "TypeNominal",
|
|
1468
|
+
"name": "String",
|
|
1469
|
+
"printedName": "Swift.String",
|
|
1470
|
+
"usr": "s:SS"
|
|
1471
|
+
}
|
|
1472
|
+
],
|
|
1473
|
+
"usr": "s:Sq"
|
|
1474
|
+
}
|
|
1475
|
+
]
|
|
1476
|
+
}
|
|
1477
|
+
]
|
|
1478
|
+
}
|
|
1479
|
+
],
|
|
1480
|
+
"declKind": "Func",
|
|
1481
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)unPauseSpeechRecognitionLiteAndWait:preFetch:timeoutMs:completion:",
|
|
1482
|
+
"mangledName": "$s10DavoiceTTS3STTC35unPauseSpeechRecognitionLiteAndWait_8preFetch9timeoutMs10completionySo8NSNumberC_A2IySb_SSSgtctF",
|
|
1483
|
+
"moduleName": "DavoiceTTS",
|
|
1484
|
+
"declAttributes": [
|
|
1485
|
+
"Final",
|
|
1486
|
+
"AccessControl",
|
|
1487
|
+
"ObjC"
|
|
1488
|
+
],
|
|
1489
|
+
"funcSelfKind": "NonMutating"
|
|
1490
|
+
},
|
|
1310
1491
|
{
|
|
1311
1492
|
"kind": "Function",
|
|
1312
1493
|
"name": "pauseMicrophoneAndWait",
|
|
@@ -9977,566 +10158,629 @@
|
|
|
9977
10158
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
9978
10159
|
"kind": "BooleanLiteral",
|
|
9979
10160
|
"offset": 2752,
|
|
9980
|
-
"length":
|
|
9981
|
-
"value": "
|
|
10161
|
+
"length": 5,
|
|
10162
|
+
"value": "false"
|
|
9982
10163
|
},
|
|
9983
10164
|
{
|
|
9984
10165
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
9985
10166
|
"kind": "BooleanLiteral",
|
|
9986
|
-
"offset":
|
|
10167
|
+
"offset": 2963,
|
|
9987
10168
|
"length": 5,
|
|
9988
10169
|
"value": "false"
|
|
9989
10170
|
},
|
|
9990
10171
|
{
|
|
9991
10172
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
9992
10173
|
"kind": "BooleanLiteral",
|
|
9993
|
-
"offset":
|
|
10174
|
+
"offset": 3108,
|
|
9994
10175
|
"length": 5,
|
|
9995
10176
|
"value": "false"
|
|
9996
10177
|
},
|
|
9997
10178
|
{
|
|
9998
10179
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
9999
10180
|
"kind": "BooleanLiteral",
|
|
10000
|
-
"offset":
|
|
10181
|
+
"offset": 3243,
|
|
10001
10182
|
"length": 4,
|
|
10002
10183
|
"value": "true"
|
|
10003
10184
|
},
|
|
10004
10185
|
{
|
|
10005
10186
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10006
10187
|
"kind": "FloatLiteral",
|
|
10007
|
-
"offset":
|
|
10188
|
+
"offset": 3300,
|
|
10008
10189
|
"length": 4,
|
|
10009
10190
|
"value": "0.40"
|
|
10010
10191
|
},
|
|
10011
10192
|
{
|
|
10012
10193
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10013
10194
|
"kind": "BooleanLiteral",
|
|
10014
|
-
"offset":
|
|
10195
|
+
"offset": 3442,
|
|
10015
10196
|
"length": 4,
|
|
10016
10197
|
"value": "true"
|
|
10017
10198
|
},
|
|
10018
10199
|
{
|
|
10019
10200
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10020
10201
|
"kind": "FloatLiteral",
|
|
10021
|
-
"offset":
|
|
10202
|
+
"offset": 3507,
|
|
10022
10203
|
"length": 3,
|
|
10023
10204
|
"value": "0.5"
|
|
10024
10205
|
},
|
|
10025
10206
|
{
|
|
10026
10207
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10027
10208
|
"kind": "FloatLiteral",
|
|
10028
|
-
"offset":
|
|
10209
|
+
"offset": 3648,
|
|
10029
10210
|
"length": 3,
|
|
10030
10211
|
"value": "0.5"
|
|
10031
10212
|
},
|
|
10032
10213
|
{
|
|
10033
10214
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10034
10215
|
"kind": "BooleanLiteral",
|
|
10035
|
-
"offset":
|
|
10216
|
+
"offset": 3991,
|
|
10036
10217
|
"length": 5,
|
|
10037
10218
|
"value": "false"
|
|
10038
10219
|
},
|
|
10039
10220
|
{
|
|
10040
10221
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10041
10222
|
"kind": "IntegerLiteral",
|
|
10042
|
-
"offset":
|
|
10223
|
+
"offset": 4142,
|
|
10043
10224
|
"length": 1,
|
|
10044
10225
|
"value": "0"
|
|
10045
10226
|
},
|
|
10046
10227
|
{
|
|
10047
10228
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10048
10229
|
"kind": "IntegerLiteral",
|
|
10049
|
-
"offset":
|
|
10230
|
+
"offset": 4193,
|
|
10050
10231
|
"length": 1,
|
|
10051
10232
|
"value": "0"
|
|
10052
10233
|
},
|
|
10053
10234
|
{
|
|
10054
10235
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10055
10236
|
"kind": "BooleanLiteral",
|
|
10056
|
-
"offset":
|
|
10237
|
+
"offset": 4248,
|
|
10057
10238
|
"length": 5,
|
|
10058
10239
|
"value": "false"
|
|
10059
10240
|
},
|
|
10060
10241
|
{
|
|
10061
10242
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10062
10243
|
"kind": "IntegerLiteral",
|
|
10063
|
-
"offset":
|
|
10244
|
+
"offset": 4302,
|
|
10064
10245
|
"length": 1,
|
|
10065
10246
|
"value": "0"
|
|
10066
10247
|
},
|
|
10067
10248
|
{
|
|
10068
10249
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10069
10250
|
"kind": "FloatLiteral",
|
|
10070
|
-
"offset":
|
|
10251
|
+
"offset": 4356,
|
|
10071
10252
|
"length": 3,
|
|
10072
10253
|
"value": "0.5"
|
|
10073
10254
|
},
|
|
10074
10255
|
{
|
|
10075
10256
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10076
10257
|
"kind": "BooleanLiteral",
|
|
10077
|
-
"offset":
|
|
10258
|
+
"offset": 4443,
|
|
10078
10259
|
"length": 5,
|
|
10079
10260
|
"value": "false"
|
|
10080
10261
|
},
|
|
10081
10262
|
{
|
|
10082
10263
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10083
10264
|
"kind": "IntegerLiteral",
|
|
10084
|
-
"offset":
|
|
10265
|
+
"offset": 4548,
|
|
10085
10266
|
"length": 1,
|
|
10086
10267
|
"value": "0"
|
|
10087
10268
|
},
|
|
10088
10269
|
{
|
|
10089
10270
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10090
10271
|
"kind": "FloatLiteral",
|
|
10091
|
-
"offset":
|
|
10272
|
+
"offset": 4634,
|
|
10092
10273
|
"length": 3,
|
|
10093
10274
|
"value": "4.0"
|
|
10094
10275
|
},
|
|
10095
10276
|
{
|
|
10096
10277
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10097
10278
|
"kind": "IntegerLiteral",
|
|
10098
|
-
"offset":
|
|
10279
|
+
"offset": 4770,
|
|
10099
10280
|
"length": 1,
|
|
10100
10281
|
"value": "0"
|
|
10101
10282
|
},
|
|
10102
10283
|
{
|
|
10103
10284
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10104
10285
|
"kind": "FloatLiteral",
|
|
10105
|
-
"offset":
|
|
10286
|
+
"offset": 4822,
|
|
10106
10287
|
"length": 3,
|
|
10107
10288
|
"value": "1.0"
|
|
10108
10289
|
},
|
|
10109
10290
|
{
|
|
10110
10291
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10111
10292
|
"kind": "IntegerLiteral",
|
|
10112
|
-
"offset":
|
|
10293
|
+
"offset": 5000,
|
|
10113
10294
|
"length": 1,
|
|
10114
10295
|
"value": "0"
|
|
10115
10296
|
},
|
|
10116
10297
|
{
|
|
10117
10298
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10118
10299
|
"kind": "IntegerLiteral",
|
|
10119
|
-
"offset":
|
|
10300
|
+
"offset": 5075,
|
|
10120
10301
|
"length": 1,
|
|
10121
10302
|
"value": "0"
|
|
10122
10303
|
},
|
|
10123
10304
|
{
|
|
10124
10305
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10125
10306
|
"kind": "IntegerLiteral",
|
|
10126
|
-
"offset":
|
|
10307
|
+
"offset": 5170,
|
|
10127
10308
|
"length": 1,
|
|
10128
10309
|
"value": "0"
|
|
10129
10310
|
},
|
|
10130
10311
|
{
|
|
10131
10312
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10132
10313
|
"kind": "IntegerLiteral",
|
|
10133
|
-
"offset":
|
|
10314
|
+
"offset": 5250,
|
|
10134
10315
|
"length": 1,
|
|
10135
10316
|
"value": "0"
|
|
10136
10317
|
},
|
|
10137
10318
|
{
|
|
10138
10319
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10139
10320
|
"kind": "FloatLiteral",
|
|
10140
|
-
"offset":
|
|
10321
|
+
"offset": 5301,
|
|
10141
10322
|
"length": 3,
|
|
10142
10323
|
"value": "8.0"
|
|
10143
10324
|
},
|
|
10144
10325
|
{
|
|
10145
10326
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10146
10327
|
"kind": "FloatLiteral",
|
|
10147
|
-
"offset":
|
|
10328
|
+
"offset": 5402,
|
|
10148
10329
|
"length": 3,
|
|
10149
10330
|
"value": "2.0"
|
|
10150
10331
|
},
|
|
10151
10332
|
{
|
|
10152
10333
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10153
10334
|
"kind": "IntegerLiteral",
|
|
10154
|
-
"offset":
|
|
10335
|
+
"offset": 5452,
|
|
10155
10336
|
"length": 1,
|
|
10156
10337
|
"value": "0"
|
|
10157
10338
|
},
|
|
10158
10339
|
{
|
|
10159
10340
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10160
10341
|
"kind": "BooleanLiteral",
|
|
10161
|
-
"offset":
|
|
10342
|
+
"offset": 5482,
|
|
10162
10343
|
"length": 5,
|
|
10163
10344
|
"value": "false"
|
|
10164
10345
|
},
|
|
10165
10346
|
{
|
|
10166
10347
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10167
10348
|
"kind": "IntegerLiteral",
|
|
10168
|
-
"offset":
|
|
10349
|
+
"offset": 5528,
|
|
10169
10350
|
"length": 1,
|
|
10170
10351
|
"value": "0"
|
|
10171
10352
|
},
|
|
10172
10353
|
{
|
|
10173
10354
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10174
10355
|
"kind": "StringLiteral",
|
|
10175
|
-
"offset":
|
|
10356
|
+
"offset": 5570,
|
|
10176
10357
|
"length": 2,
|
|
10177
10358
|
"value": "\"\""
|
|
10178
10359
|
},
|
|
10179
10360
|
{
|
|
10180
10361
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10181
10362
|
"kind": "IntegerLiteral",
|
|
10182
|
-
"offset":
|
|
10363
|
+
"offset": 5641,
|
|
10183
10364
|
"length": 1,
|
|
10184
10365
|
"value": "0"
|
|
10185
10366
|
},
|
|
10186
10367
|
{
|
|
10187
10368
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10188
10369
|
"kind": "IntegerLiteral",
|
|
10189
|
-
"offset":
|
|
10370
|
+
"offset": 5692,
|
|
10190
10371
|
"length": 1,
|
|
10191
10372
|
"value": "0"
|
|
10192
10373
|
},
|
|
10193
10374
|
{
|
|
10194
10375
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10195
10376
|
"kind": "StringLiteral",
|
|
10196
|
-
"offset":
|
|
10377
|
+
"offset": 5735,
|
|
10197
10378
|
"length": 6,
|
|
10198
10379
|
"value": "\"cold\""
|
|
10199
10380
|
},
|
|
10200
10381
|
{
|
|
10201
10382
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10202
10383
|
"kind": "BooleanLiteral",
|
|
10203
|
-
"offset":
|
|
10384
|
+
"offset": 6040,
|
|
10204
10385
|
"length": 5,
|
|
10205
10386
|
"value": "false"
|
|
10206
10387
|
},
|
|
10207
10388
|
{
|
|
10208
10389
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10209
10390
|
"kind": "IntegerLiteral",
|
|
10210
|
-
"offset":
|
|
10391
|
+
"offset": 6240,
|
|
10211
10392
|
"length": 1,
|
|
10212
10393
|
"value": "0"
|
|
10213
10394
|
},
|
|
10214
10395
|
{
|
|
10215
10396
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10216
10397
|
"kind": "BooleanLiteral",
|
|
10217
|
-
"offset":
|
|
10398
|
+
"offset": 6301,
|
|
10218
10399
|
"length": 5,
|
|
10219
10400
|
"value": "false"
|
|
10220
10401
|
},
|
|
10221
10402
|
{
|
|
10222
10403
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10223
10404
|
"kind": "Array",
|
|
10224
|
-
"offset":
|
|
10405
|
+
"offset": 6365,
|
|
10225
10406
|
"length": 2,
|
|
10226
10407
|
"value": "[]"
|
|
10227
10408
|
},
|
|
10228
10409
|
{
|
|
10229
10410
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10230
10411
|
"kind": "StringLiteral",
|
|
10231
|
-
"offset":
|
|
10412
|
+
"offset": 6417,
|
|
10232
10413
|
"length": 16,
|
|
10233
10414
|
"value": "\"stt.tts.serial\""
|
|
10234
10415
|
},
|
|
10235
10416
|
{
|
|
10236
10417
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10237
10418
|
"kind": "BooleanLiteral",
|
|
10238
|
-
"offset":
|
|
10419
|
+
"offset": 6506,
|
|
10239
10420
|
"length": 5,
|
|
10240
10421
|
"value": "false"
|
|
10241
10422
|
},
|
|
10242
10423
|
{
|
|
10243
10424
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10244
10425
|
"kind": "IntegerLiteral",
|
|
10245
|
-
"offset":
|
|
10426
|
+
"offset": 6554,
|
|
10246
10427
|
"length": 1,
|
|
10247
10428
|
"value": "0"
|
|
10248
10429
|
},
|
|
10249
10430
|
{
|
|
10250
10431
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10251
10432
|
"kind": "IntegerLiteral",
|
|
10252
|
-
"offset":
|
|
10433
|
+
"offset": 6653,
|
|
10253
10434
|
"length": 1,
|
|
10254
10435
|
"value": "0"
|
|
10255
10436
|
},
|
|
10256
10437
|
{
|
|
10257
10438
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10258
10439
|
"kind": "IntegerLiteral",
|
|
10259
|
-
"offset":
|
|
10440
|
+
"offset": 6746,
|
|
10260
10441
|
"length": 1,
|
|
10261
10442
|
"value": "0"
|
|
10262
10443
|
},
|
|
10263
10444
|
{
|
|
10264
10445
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10265
10446
|
"kind": "IntegerLiteral",
|
|
10266
|
-
"offset":
|
|
10447
|
+
"offset": 6791,
|
|
10267
10448
|
"length": 1,
|
|
10268
10449
|
"value": "0"
|
|
10269
10450
|
},
|
|
10270
10451
|
{
|
|
10271
10452
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10272
10453
|
"kind": "FloatLiteral",
|
|
10273
|
-
"offset":
|
|
10454
|
+
"offset": 6875,
|
|
10274
10455
|
"length": 3,
|
|
10275
10456
|
"value": "1.0"
|
|
10276
10457
|
},
|
|
10277
10458
|
{
|
|
10278
10459
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10279
10460
|
"kind": "FloatLiteral",
|
|
10280
|
-
"offset":
|
|
10461
|
+
"offset": 6965,
|
|
10281
10462
|
"length": 3,
|
|
10282
10463
|
"value": "5.0"
|
|
10283
10464
|
},
|
|
10284
10465
|
{
|
|
10285
10466
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10286
10467
|
"kind": "IntegerLiteral",
|
|
10287
|
-
"offset":
|
|
10468
|
+
"offset": 7039,
|
|
10288
10469
|
"length": 1,
|
|
10289
10470
|
"value": "2"
|
|
10290
10471
|
},
|
|
10291
10472
|
{
|
|
10292
10473
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10293
10474
|
"kind": "BooleanLiteral",
|
|
10294
|
-
"offset":
|
|
10475
|
+
"offset": 7147,
|
|
10295
10476
|
"length": 5,
|
|
10296
10477
|
"value": "false"
|
|
10297
10478
|
},
|
|
10298
10479
|
{
|
|
10299
10480
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10300
10481
|
"kind": "BooleanLiteral",
|
|
10301
|
-
"offset":
|
|
10482
|
+
"offset": 7198,
|
|
10302
10483
|
"length": 5,
|
|
10303
10484
|
"value": "false"
|
|
10304
10485
|
},
|
|
10305
10486
|
{
|
|
10306
10487
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10307
10488
|
"kind": "BooleanLiteral",
|
|
10308
|
-
"offset":
|
|
10489
|
+
"offset": 7306,
|
|
10309
10490
|
"length": 5,
|
|
10310
10491
|
"value": "false"
|
|
10311
10492
|
},
|
|
10312
10493
|
{
|
|
10313
10494
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10314
10495
|
"kind": "IntegerLiteral",
|
|
10315
|
-
"offset":
|
|
10496
|
+
"offset": 7381,
|
|
10316
10497
|
"length": 1,
|
|
10317
10498
|
"value": "0"
|
|
10318
10499
|
},
|
|
10319
10500
|
{
|
|
10320
10501
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10321
10502
|
"kind": "BooleanLiteral",
|
|
10322
|
-
"offset":
|
|
10503
|
+
"offset": 7417,
|
|
10323
10504
|
"length": 5,
|
|
10324
10505
|
"value": "false"
|
|
10325
10506
|
},
|
|
10326
10507
|
{
|
|
10327
10508
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10328
10509
|
"kind": "StringLiteral",
|
|
10329
|
-
"offset":
|
|
10510
|
+
"offset": 7684,
|
|
10330
10511
|
"length": 14,
|
|
10331
10512
|
"value": "\"stt.sv.queue\""
|
|
10332
10513
|
},
|
|
10333
10514
|
{
|
|
10334
10515
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10335
10516
|
"kind": "IntegerLiteral",
|
|
10336
|
-
"offset":
|
|
10517
|
+
"offset": 7958,
|
|
10337
10518
|
"length": 1,
|
|
10338
10519
|
"value": "0"
|
|
10339
10520
|
},
|
|
10340
10521
|
{
|
|
10341
10522
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10342
10523
|
"kind": "Array",
|
|
10343
|
-
"offset":
|
|
10524
|
+
"offset": 8018,
|
|
10344
10525
|
"length": 2,
|
|
10345
10526
|
"value": "[]"
|
|
10346
10527
|
},
|
|
10347
10528
|
{
|
|
10348
10529
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10349
10530
|
"kind": "BooleanLiteral",
|
|
10350
|
-
"offset":
|
|
10531
|
+
"offset": 8061,
|
|
10351
10532
|
"length": 4,
|
|
10352
10533
|
"value": "true"
|
|
10353
10534
|
},
|
|
10354
10535
|
{
|
|
10355
10536
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10356
10537
|
"kind": "BooleanLiteral",
|
|
10357
|
-
"offset":
|
|
10538
|
+
"offset": 8109,
|
|
10358
10539
|
"length": 5,
|
|
10359
10540
|
"value": "false"
|
|
10360
10541
|
},
|
|
10361
10542
|
{
|
|
10362
10543
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10363
10544
|
"kind": "BooleanLiteral",
|
|
10364
|
-
"offset":
|
|
10545
|
+
"offset": 8168,
|
|
10365
10546
|
"length": 5,
|
|
10366
10547
|
"value": "false"
|
|
10367
10548
|
},
|
|
10368
10549
|
{
|
|
10369
10550
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10370
10551
|
"kind": "Array",
|
|
10371
|
-
"offset":
|
|
10552
|
+
"offset": 8234,
|
|
10372
10553
|
"length": 2,
|
|
10373
10554
|
"value": "[]"
|
|
10374
10555
|
},
|
|
10375
10556
|
{
|
|
10376
10557
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10377
10558
|
"kind": "IntegerLiteral",
|
|
10378
|
-
"offset":
|
|
10559
|
+
"offset": 8281,
|
|
10379
10560
|
"length": 1,
|
|
10380
10561
|
"value": "0"
|
|
10381
10562
|
},
|
|
10382
10563
|
{
|
|
10383
10564
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10384
10565
|
"kind": "IntegerLiteral",
|
|
10385
|
-
"offset":
|
|
10566
|
+
"offset": 8330,
|
|
10386
10567
|
"length": 1,
|
|
10387
10568
|
"value": "0"
|
|
10388
10569
|
},
|
|
10389
10570
|
{
|
|
10390
10571
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10391
10572
|
"kind": "BooleanLiteral",
|
|
10392
|
-
"offset":
|
|
10573
|
+
"offset": 8383,
|
|
10393
10574
|
"length": 5,
|
|
10394
10575
|
"value": "false"
|
|
10395
10576
|
},
|
|
10396
10577
|
{
|
|
10397
10578
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10398
10579
|
"kind": "FloatLiteral",
|
|
10399
|
-
"offset":
|
|
10580
|
+
"offset": 8437,
|
|
10400
10581
|
"length": 3,
|
|
10401
10582
|
"value": "1.0"
|
|
10402
10583
|
},
|
|
10403
10584
|
{
|
|
10404
10585
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10405
10586
|
"kind": "IntegerLiteral",
|
|
10406
|
-
"offset":
|
|
10587
|
+
"offset": 8495,
|
|
10588
|
+
"length": 1,
|
|
10589
|
+
"value": "0"
|
|
10590
|
+
},
|
|
10591
|
+
{
|
|
10592
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10593
|
+
"kind": "IntegerLiteral",
|
|
10594
|
+
"offset": 8551,
|
|
10595
|
+
"length": 1,
|
|
10596
|
+
"value": "0"
|
|
10597
|
+
},
|
|
10598
|
+
{
|
|
10599
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10600
|
+
"kind": "IntegerLiteral",
|
|
10601
|
+
"offset": 8612,
|
|
10407
10602
|
"length": 1,
|
|
10408
10603
|
"value": "0"
|
|
10409
10604
|
},
|
|
10410
10605
|
{
|
|
10411
10606
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10412
10607
|
"kind": "IntegerLiteral",
|
|
10413
|
-
"offset":
|
|
10608
|
+
"offset": 8673,
|
|
10609
|
+
"length": 1,
|
|
10610
|
+
"value": "0"
|
|
10611
|
+
},
|
|
10612
|
+
{
|
|
10613
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10614
|
+
"kind": "Array",
|
|
10615
|
+
"offset": 8735,
|
|
10616
|
+
"length": 2,
|
|
10617
|
+
"value": "[]"
|
|
10618
|
+
},
|
|
10619
|
+
{
|
|
10620
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10621
|
+
"kind": "IntegerLiteral",
|
|
10622
|
+
"offset": 8795,
|
|
10414
10623
|
"length": 1,
|
|
10415
10624
|
"value": "0"
|
|
10416
10625
|
},
|
|
10417
10626
|
{
|
|
10418
10627
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10419
10628
|
"kind": "IntegerLiteral",
|
|
10420
|
-
"offset":
|
|
10629
|
+
"offset": 8858,
|
|
10421
10630
|
"length": 1,
|
|
10422
10631
|
"value": "0"
|
|
10423
10632
|
},
|
|
10424
10633
|
{
|
|
10425
10634
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10426
10635
|
"kind": "IntegerLiteral",
|
|
10427
|
-
"offset":
|
|
10636
|
+
"offset": 9016,
|
|
10428
10637
|
"length": 1,
|
|
10429
10638
|
"value": "0"
|
|
10430
10639
|
},
|
|
10640
|
+
{
|
|
10641
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10642
|
+
"kind": "BooleanLiteral",
|
|
10643
|
+
"offset": 9066,
|
|
10644
|
+
"length": 5,
|
|
10645
|
+
"value": "false"
|
|
10646
|
+
},
|
|
10431
10647
|
{
|
|
10432
10648
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10433
10649
|
"kind": "Array",
|
|
10434
|
-
"offset":
|
|
10650
|
+
"offset": 9182,
|
|
10435
10651
|
"length": 2,
|
|
10436
10652
|
"value": "[]"
|
|
10437
10653
|
},
|
|
10438
10654
|
{
|
|
10439
10655
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10440
10656
|
"kind": "IntegerLiteral",
|
|
10441
|
-
"offset":
|
|
10657
|
+
"offset": 9231,
|
|
10658
|
+
"length": 1,
|
|
10659
|
+
"value": "0"
|
|
10660
|
+
},
|
|
10661
|
+
{
|
|
10662
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10663
|
+
"kind": "IntegerLiteral",
|
|
10664
|
+
"offset": 9282,
|
|
10442
10665
|
"length": 1,
|
|
10443
10666
|
"value": "0"
|
|
10444
10667
|
},
|
|
10445
10668
|
{
|
|
10446
10669
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10447
10670
|
"kind": "IntegerLiteral",
|
|
10448
|
-
"offset":
|
|
10671
|
+
"offset": 9337,
|
|
10449
10672
|
"length": 1,
|
|
10450
10673
|
"value": "0"
|
|
10451
10674
|
},
|
|
10452
10675
|
{
|
|
10453
10676
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10454
10677
|
"kind": "IntegerLiteral",
|
|
10455
|
-
"offset":
|
|
10678
|
+
"offset": 9388,
|
|
10456
10679
|
"length": 1,
|
|
10457
10680
|
"value": "0"
|
|
10458
10681
|
},
|
|
10682
|
+
{
|
|
10683
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10684
|
+
"kind": "IntegerLiteral",
|
|
10685
|
+
"offset": 9448,
|
|
10686
|
+
"length": 1,
|
|
10687
|
+
"value": "0"
|
|
10688
|
+
},
|
|
10689
|
+
{
|
|
10690
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10691
|
+
"kind": "FloatLiteral",
|
|
10692
|
+
"offset": 9516,
|
|
10693
|
+
"length": 4,
|
|
10694
|
+
"value": "0.75"
|
|
10695
|
+
},
|
|
10696
|
+
{
|
|
10697
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10698
|
+
"kind": "BooleanLiteral",
|
|
10699
|
+
"offset": 10648,
|
|
10700
|
+
"length": 5,
|
|
10701
|
+
"value": "false"
|
|
10702
|
+
},
|
|
10459
10703
|
{
|
|
10460
10704
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10461
10705
|
"kind": "BooleanLiteral",
|
|
10462
|
-
"offset":
|
|
10706
|
+
"offset": 10915,
|
|
10463
10707
|
"length": 5,
|
|
10464
10708
|
"value": "false"
|
|
10465
10709
|
},
|
|
10466
10710
|
{
|
|
10467
10711
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10468
10712
|
"kind": "Array",
|
|
10469
|
-
"offset":
|
|
10713
|
+
"offset": 16129,
|
|
10470
10714
|
"length": 203,
|
|
10471
10715
|
"value": "[\"onSpeechResults\", \"onSpeechStart\", \"onSpeechPartialResults\", \"onSpeechError\", \"onSpeechEnd\", \"onSpeechRecognized\", \"onSpeechVolumeChanged\"]"
|
|
10472
10716
|
},
|
|
10473
10717
|
{
|
|
10474
10718
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10475
10719
|
"kind": "IntegerLiteral",
|
|
10476
|
-
"offset":
|
|
10720
|
+
"offset": 36703,
|
|
10477
10721
|
"length": 1,
|
|
10478
10722
|
"value": "0"
|
|
10479
10723
|
},
|
|
10480
10724
|
{
|
|
10481
10725
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10482
10726
|
"kind": "BooleanLiteral",
|
|
10483
|
-
"offset":
|
|
10727
|
+
"offset": 36863,
|
|
10484
10728
|
"length": 5,
|
|
10485
10729
|
"value": "false"
|
|
10486
10730
|
},
|
|
10487
10731
|
{
|
|
10488
10732
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10489
10733
|
"kind": "BooleanLiteral",
|
|
10490
|
-
"offset":
|
|
10734
|
+
"offset": 38411,
|
|
10491
10735
|
"length": 4,
|
|
10492
10736
|
"value": "true"
|
|
10493
10737
|
},
|
|
10494
10738
|
{
|
|
10495
10739
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10496
10740
|
"kind": "IntegerLiteral",
|
|
10497
|
-
"offset":
|
|
10741
|
+
"offset": 39208,
|
|
10498
10742
|
"length": 1,
|
|
10499
10743
|
"value": "0"
|
|
10500
10744
|
},
|
|
10501
10745
|
{
|
|
10502
10746
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10503
10747
|
"kind": "BooleanLiteral",
|
|
10504
|
-
"offset":
|
|
10748
|
+
"offset": 49722,
|
|
10505
10749
|
"length": 4,
|
|
10506
10750
|
"value": "true"
|
|
10507
10751
|
},
|
|
10508
10752
|
{
|
|
10509
10753
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10510
10754
|
"kind": "BooleanLiteral",
|
|
10511
|
-
"offset":
|
|
10755
|
+
"offset": 58635,
|
|
10512
10756
|
"length": 4,
|
|
10513
10757
|
"value": "true"
|
|
10514
10758
|
},
|
|
10515
10759
|
{
|
|
10516
10760
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10517
10761
|
"kind": "IntegerLiteral",
|
|
10518
|
-
"offset":
|
|
10762
|
+
"offset": 59913,
|
|
10519
10763
|
"length": 1,
|
|
10520
10764
|
"value": "3"
|
|
10521
10765
|
},
|
|
10522
10766
|
{
|
|
10523
10767
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10524
10768
|
"kind": "FloatLiteral",
|
|
10525
|
-
"offset":
|
|
10769
|
+
"offset": 59985,
|
|
10526
10770
|
"length": 4,
|
|
10527
10771
|
"value": "0.20"
|
|
10528
10772
|
},
|
|
10529
10773
|
{
|
|
10530
10774
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10531
10775
|
"kind": "BooleanLiteral",
|
|
10532
|
-
"offset":
|
|
10776
|
+
"offset": 73500,
|
|
10533
10777
|
"length": 5,
|
|
10534
10778
|
"value": "false"
|
|
10535
10779
|
},
|
|
10536
10780
|
{
|
|
10537
10781
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10538
10782
|
"kind": "FloatLiteral",
|
|
10539
|
-
"offset":
|
|
10783
|
+
"offset": 88425,
|
|
10540
10784
|
"length": 3,
|
|
10541
10785
|
"value": "0.7"
|
|
10542
10786
|
},
|
|
@@ -12503,749 +12747,714 @@
|
|
|
12503
12747
|
{
|
|
12504
12748
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12505
12749
|
"kind": "IntegerLiteral",
|
|
12506
|
-
"offset":
|
|
12750
|
+
"offset": 20740,
|
|
12507
12751
|
"length": 6,
|
|
12508
12752
|
"value": "16000"
|
|
12509
12753
|
},
|
|
12510
12754
|
{
|
|
12511
12755
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12512
12756
|
"kind": "IntegerLiteral",
|
|
12513
|
-
"offset":
|
|
12757
|
+
"offset": 20774,
|
|
12514
12758
|
"length": 2,
|
|
12515
12759
|
"value": "80"
|
|
12516
12760
|
},
|
|
12517
12761
|
{
|
|
12518
12762
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12519
12763
|
"kind": "BooleanLiteral",
|
|
12520
|
-
"offset":
|
|
12764
|
+
"offset": 20798,
|
|
12521
12765
|
"length": 4,
|
|
12522
12766
|
"value": "true"
|
|
12523
12767
|
},
|
|
12524
12768
|
{
|
|
12525
12769
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12526
12770
|
"kind": "FloatLiteral",
|
|
12527
|
-
"offset":
|
|
12771
|
+
"offset": 20835,
|
|
12528
12772
|
"length": 4,
|
|
12529
12773
|
"value": "25.0"
|
|
12530
12774
|
},
|
|
12531
12775
|
{
|
|
12532
12776
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12533
12777
|
"kind": "FloatLiteral",
|
|
12534
|
-
"offset":
|
|
12778
|
+
"offset": 20871,
|
|
12535
12779
|
"length": 4,
|
|
12536
12780
|
"value": "10.0"
|
|
12537
12781
|
},
|
|
12538
12782
|
{
|
|
12539
12783
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12540
12784
|
"kind": "IntegerLiteral",
|
|
12541
|
-
"offset":
|
|
12785
|
+
"offset": 20897,
|
|
12542
12786
|
"length": 3,
|
|
12543
12787
|
"value": "512"
|
|
12544
12788
|
},
|
|
12545
12789
|
{
|
|
12546
12790
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12547
12791
|
"kind": "FloatLiteral",
|
|
12548
|
-
"offset":
|
|
12792
|
+
"offset": 20937,
|
|
12549
12793
|
"length": 4,
|
|
12550
12794
|
"value": "0.35"
|
|
12551
12795
|
},
|
|
12552
12796
|
{
|
|
12553
12797
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12554
12798
|
"kind": "BooleanLiteral",
|
|
12555
|
-
"offset":
|
|
12799
|
+
"offset": 20977,
|
|
12556
12800
|
"length": 5,
|
|
12557
12801
|
"value": "false"
|
|
12558
12802
|
},
|
|
12559
12803
|
{
|
|
12560
12804
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12561
12805
|
"kind": "IntegerLiteral",
|
|
12562
|
-
"offset":
|
|
12806
|
+
"offset": 21009,
|
|
12563
12807
|
"length": 4,
|
|
12564
12808
|
"value": "1280"
|
|
12565
12809
|
},
|
|
12566
12810
|
{
|
|
12567
12811
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12568
12812
|
"kind": "FloatLiteral",
|
|
12569
|
-
"offset":
|
|
12813
|
+
"offset": 21044,
|
|
12570
12814
|
"length": 3,
|
|
12571
12815
|
"value": "2.0"
|
|
12572
12816
|
},
|
|
12573
12817
|
{
|
|
12574
12818
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12575
12819
|
"kind": "FloatLiteral",
|
|
12576
|
-
"offset":
|
|
12820
|
+
"offset": 21081,
|
|
12577
12821
|
"length": 3,
|
|
12578
12822
|
"value": "3.0"
|
|
12579
12823
|
},
|
|
12580
12824
|
{
|
|
12581
12825
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12582
12826
|
"kind": "BooleanLiteral",
|
|
12583
|
-
"offset":
|
|
12827
|
+
"offset": 21119,
|
|
12584
12828
|
"length": 4,
|
|
12585
12829
|
"value": "true"
|
|
12586
12830
|
},
|
|
12587
12831
|
{
|
|
12588
12832
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12589
12833
|
"kind": "IntegerLiteral",
|
|
12590
|
-
"offset":
|
|
12834
|
+
"offset": 21154,
|
|
12591
12835
|
"length": 1,
|
|
12592
12836
|
"value": "3"
|
|
12593
12837
|
},
|
|
12594
12838
|
{
|
|
12595
12839
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12596
12840
|
"kind": "IntegerLiteral",
|
|
12597
|
-
"offset":
|
|
12841
|
+
"offset": 21190,
|
|
12598
12842
|
"length": 4,
|
|
12599
12843
|
"value": "2000"
|
|
12600
12844
|
},
|
|
12601
12845
|
{
|
|
12602
12846
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12603
12847
|
"kind": "Array",
|
|
12604
|
-
"offset":
|
|
12848
|
+
"offset": 22977,
|
|
12605
12849
|
"length": 2,
|
|
12606
12850
|
"value": "[]"
|
|
12607
12851
|
},
|
|
12608
12852
|
{
|
|
12609
12853
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12610
12854
|
"kind": "Array",
|
|
12611
|
-
"offset":
|
|
12855
|
+
"offset": 23017,
|
|
12612
12856
|
"length": 2,
|
|
12613
12857
|
"value": "[]"
|
|
12614
12858
|
},
|
|
12615
12859
|
{
|
|
12616
12860
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12617
12861
|
"kind": "StringLiteral",
|
|
12618
|
-
"offset":
|
|
12862
|
+
"offset": 26469,
|
|
12619
12863
|
"length": 8,
|
|
12620
12864
|
"value": "\"Engine\""
|
|
12621
12865
|
},
|
|
12622
12866
|
{
|
|
12623
12867
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12624
12868
|
"kind": "IntegerLiteral",
|
|
12625
|
-
"offset":
|
|
12869
|
+
"offset": 26797,
|
|
12626
12870
|
"length": 1,
|
|
12627
12871
|
"value": "0"
|
|
12628
12872
|
},
|
|
12629
12873
|
{
|
|
12630
12874
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12631
12875
|
"kind": "IntegerLiteral",
|
|
12632
|
-
"offset":
|
|
12876
|
+
"offset": 26839,
|
|
12633
12877
|
"length": 1,
|
|
12634
12878
|
"value": "0"
|
|
12635
12879
|
},
|
|
12636
12880
|
{
|
|
12637
12881
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12638
12882
|
"kind": "IntegerLiteral",
|
|
12639
|
-
"offset":
|
|
12883
|
+
"offset": 26890,
|
|
12640
12884
|
"length": 1,
|
|
12641
12885
|
"value": "0"
|
|
12642
12886
|
},
|
|
12643
12887
|
{
|
|
12644
12888
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12645
12889
|
"kind": "BooleanLiteral",
|
|
12646
|
-
"offset":
|
|
12890
|
+
"offset": 34583,
|
|
12647
12891
|
"length": 4,
|
|
12648
12892
|
"value": "true"
|
|
12649
12893
|
},
|
|
12650
12894
|
{
|
|
12651
12895
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12652
12896
|
"kind": "StringLiteral",
|
|
12653
|
-
"offset":
|
|
12897
|
+
"offset": 39747,
|
|
12654
12898
|
"length": 7,
|
|
12655
12899
|
"value": "\"Feats\""
|
|
12656
12900
|
},
|
|
12657
12901
|
{
|
|
12658
12902
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12659
12903
|
"kind": "FloatLiteral",
|
|
12660
|
-
"offset":
|
|
12904
|
+
"offset": 41892,
|
|
12661
12905
|
"length": 4,
|
|
12662
12906
|
"value": "-1.0"
|
|
12663
12907
|
},
|
|
12664
12908
|
{
|
|
12665
12909
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12666
12910
|
"kind": "FloatLiteral",
|
|
12667
|
-
"offset":
|
|
12911
|
+
"offset": 41902,
|
|
12668
12912
|
"length": 3,
|
|
12669
12913
|
"value": "1.0"
|
|
12670
12914
|
},
|
|
12671
12915
|
{
|
|
12672
12916
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12673
12917
|
"kind": "IntegerLiteral",
|
|
12674
|
-
"offset":
|
|
12918
|
+
"offset": 41993,
|
|
12675
12919
|
"length": 1,
|
|
12676
12920
|
"value": "0"
|
|
12677
12921
|
},
|
|
12678
12922
|
{
|
|
12679
12923
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12680
12924
|
"kind": "IntegerLiteral",
|
|
12681
|
-
"offset":
|
|
12925
|
+
"offset": 42059,
|
|
12682
12926
|
"length": 1,
|
|
12683
12927
|
"value": "1"
|
|
12684
12928
|
},
|
|
12685
12929
|
{
|
|
12686
12930
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12687
12931
|
"kind": "IntegerLiteral",
|
|
12688
|
-
"offset":
|
|
12932
|
+
"offset": 42119,
|
|
12689
12933
|
"length": 1,
|
|
12690
12934
|
"value": "0"
|
|
12691
12935
|
},
|
|
12692
12936
|
{
|
|
12693
12937
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12694
12938
|
"kind": "StringLiteral",
|
|
12695
|
-
"offset":
|
|
12939
|
+
"offset": 42174,
|
|
12696
12940
|
"length": 16,
|
|
12697
12941
|
"value": "\"numFrames <= 0\""
|
|
12698
12942
|
},
|
|
12699
12943
|
{
|
|
12700
12944
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12701
12945
|
"kind": "IntegerLiteral",
|
|
12702
|
-
"offset":
|
|
12946
|
+
"offset": 42230,
|
|
12703
12947
|
"length": 1,
|
|
12704
12948
|
"value": "2"
|
|
12705
12949
|
},
|
|
12706
12950
|
{
|
|
12707
12951
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12708
12952
|
"kind": "IntegerLiteral",
|
|
12709
|
-
"offset":
|
|
12953
|
+
"offset": 42234,
|
|
12710
12954
|
"length": 1,
|
|
12711
12955
|
"value": "1"
|
|
12712
12956
|
},
|
|
12713
12957
|
{
|
|
12714
12958
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12715
12959
|
"kind": "IntegerLiteral",
|
|
12716
|
-
"offset":
|
|
12960
|
+
"offset": 42275,
|
|
12717
12961
|
"length": 1,
|
|
12718
12962
|
"value": "0"
|
|
12719
12963
|
},
|
|
12720
12964
|
{
|
|
12721
12965
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12722
12966
|
"kind": "IntegerLiteral",
|
|
12723
|
-
"offset":
|
|
12967
|
+
"offset": 42363,
|
|
12724
12968
|
"length": 1,
|
|
12725
12969
|
"value": "0"
|
|
12726
12970
|
},
|
|
12727
12971
|
{
|
|
12728
12972
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12729
12973
|
"kind": "IntegerLiteral",
|
|
12730
|
-
"offset":
|
|
12974
|
+
"offset": 42378,
|
|
12731
12975
|
"length": 1,
|
|
12732
12976
|
"value": "2"
|
|
12733
12977
|
},
|
|
12734
12978
|
{
|
|
12735
12979
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12736
12980
|
"kind": "IntegerLiteral",
|
|
12737
|
-
"offset":
|
|
12981
|
+
"offset": 42419,
|
|
12738
12982
|
"length": 1,
|
|
12739
12983
|
"value": "0"
|
|
12740
12984
|
},
|
|
12741
12985
|
{
|
|
12742
12986
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12743
12987
|
"kind": "IntegerLiteral",
|
|
12744
|
-
"offset":
|
|
12988
|
+
"offset": 42434,
|
|
12745
12989
|
"length": 1,
|
|
12746
12990
|
"value": "2"
|
|
12747
12991
|
},
|
|
12748
12992
|
{
|
|
12749
12993
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12750
12994
|
"kind": "IntegerLiteral",
|
|
12751
|
-
"offset":
|
|
12995
|
+
"offset": 42541,
|
|
12752
12996
|
"length": 1,
|
|
12753
12997
|
"value": "0"
|
|
12754
12998
|
},
|
|
12755
12999
|
{
|
|
12756
13000
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12757
13001
|
"kind": "IntegerLiteral",
|
|
12758
|
-
"offset":
|
|
13002
|
+
"offset": 42607,
|
|
12759
13003
|
"length": 1,
|
|
12760
13004
|
"value": "0"
|
|
12761
13005
|
},
|
|
12762
13006
|
{
|
|
12763
13007
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12764
13008
|
"kind": "IntegerLiteral",
|
|
12765
|
-
"offset":
|
|
13009
|
+
"offset": 42621,
|
|
12766
13010
|
"length": 1,
|
|
12767
13011
|
"value": "0"
|
|
12768
13012
|
},
|
|
12769
13013
|
{
|
|
12770
13014
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12771
13015
|
"kind": "IntegerLiteral",
|
|
12772
|
-
"offset":
|
|
13016
|
+
"offset": 42660,
|
|
12773
13017
|
"length": 1,
|
|
12774
13018
|
"value": "0"
|
|
12775
13019
|
},
|
|
12776
13020
|
{
|
|
12777
13021
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12778
13022
|
"kind": "IntegerLiteral",
|
|
12779
|
-
"offset":
|
|
13023
|
+
"offset": 42847,
|
|
12780
13024
|
"length": 1,
|
|
12781
13025
|
"value": "0"
|
|
12782
13026
|
},
|
|
12783
13027
|
{
|
|
12784
13028
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12785
13029
|
"kind": "IntegerLiteral",
|
|
12786
|
-
"offset":
|
|
13030
|
+
"offset": 42961,
|
|
12787
13031
|
"length": 1,
|
|
12788
13032
|
"value": "0"
|
|
12789
13033
|
},
|
|
12790
13034
|
{
|
|
12791
13035
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12792
13036
|
"kind": "IntegerLiteral",
|
|
12793
|
-
"offset":
|
|
13037
|
+
"offset": 43035,
|
|
12794
13038
|
"length": 1,
|
|
12795
13039
|
"value": "1"
|
|
12796
13040
|
},
|
|
12797
13041
|
{
|
|
12798
13042
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12799
13043
|
"kind": "IntegerLiteral",
|
|
12800
|
-
"offset":
|
|
13044
|
+
"offset": 43049,
|
|
12801
13045
|
"length": 1,
|
|
12802
13046
|
"value": "1"
|
|
12803
13047
|
},
|
|
12804
13048
|
{
|
|
12805
13049
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12806
13050
|
"kind": "IntegerLiteral",
|
|
12807
|
-
"offset":
|
|
13051
|
+
"offset": 43058,
|
|
12808
13052
|
"length": 1,
|
|
12809
13053
|
"value": "1"
|
|
12810
13054
|
},
|
|
12811
13055
|
{
|
|
12812
13056
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12813
13057
|
"kind": "IntegerLiteral",
|
|
12814
|
-
"offset":
|
|
13058
|
+
"offset": 43336,
|
|
12815
13059
|
"length": 1,
|
|
12816
13060
|
"value": "2"
|
|
12817
13061
|
},
|
|
12818
13062
|
{
|
|
12819
13063
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12820
13064
|
"kind": "IntegerLiteral",
|
|
12821
|
-
"offset":
|
|
13065
|
+
"offset": 43385,
|
|
12822
13066
|
"length": 1,
|
|
12823
13067
|
"value": "2"
|
|
12824
13068
|
},
|
|
12825
13069
|
{
|
|
12826
13070
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12827
13071
|
"kind": "IntegerLiteral",
|
|
12828
|
-
"offset":
|
|
13072
|
+
"offset": 43396,
|
|
12829
13073
|
"length": 1,
|
|
12830
13074
|
"value": "1"
|
|
12831
13075
|
},
|
|
12832
13076
|
{
|
|
12833
13077
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12834
13078
|
"kind": "IntegerLiteral",
|
|
12835
|
-
"offset":
|
|
13079
|
+
"offset": 43416,
|
|
12836
13080
|
"length": 1,
|
|
12837
13081
|
"value": "2"
|
|
12838
13082
|
},
|
|
12839
13083
|
{
|
|
12840
13084
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12841
13085
|
"kind": "IntegerLiteral",
|
|
12842
|
-
"offset":
|
|
13086
|
+
"offset": 43496,
|
|
12843
13087
|
"length": 1,
|
|
12844
13088
|
"value": "1"
|
|
12845
13089
|
},
|
|
12846
13090
|
{
|
|
12847
13091
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12848
13092
|
"kind": "IntegerLiteral",
|
|
12849
|
-
"offset":
|
|
13093
|
+
"offset": 43779,
|
|
12850
13094
|
"length": 1,
|
|
12851
13095
|
"value": "0"
|
|
12852
13096
|
},
|
|
12853
13097
|
{
|
|
12854
13098
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12855
13099
|
"kind": "IntegerLiteral",
|
|
12856
|
-
"offset":
|
|
13100
|
+
"offset": 43816,
|
|
12857
13101
|
"length": 1,
|
|
12858
13102
|
"value": "0"
|
|
12859
13103
|
},
|
|
12860
13104
|
{
|
|
12861
13105
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12862
13106
|
"kind": "IntegerLiteral",
|
|
12863
|
-
"offset":
|
|
13107
|
+
"offset": 43833,
|
|
12864
13108
|
"length": 1,
|
|
12865
13109
|
"value": "0"
|
|
12866
13110
|
},
|
|
12867
13111
|
{
|
|
12868
13112
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12869
13113
|
"kind": "IntegerLiteral",
|
|
12870
|
-
"offset":
|
|
13114
|
+
"offset": 43850,
|
|
12871
13115
|
"length": 1,
|
|
12872
13116
|
"value": "0"
|
|
12873
13117
|
},
|
|
12874
13118
|
{
|
|
12875
13119
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12876
13120
|
"kind": "IntegerLiteral",
|
|
12877
|
-
"offset":
|
|
13121
|
+
"offset": 43878,
|
|
12878
13122
|
"length": 1,
|
|
12879
13123
|
"value": "2"
|
|
12880
13124
|
},
|
|
12881
13125
|
{
|
|
12882
13126
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12883
13127
|
"kind": "IntegerLiteral",
|
|
12884
|
-
"offset":
|
|
13128
|
+
"offset": 43907,
|
|
12885
13129
|
"length": 1,
|
|
12886
13130
|
"value": "1"
|
|
12887
13131
|
},
|
|
12888
13132
|
{
|
|
12889
13133
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12890
13134
|
"kind": "IntegerLiteral",
|
|
12891
|
-
"offset":
|
|
13135
|
+
"offset": 43922,
|
|
12892
13136
|
"length": 1,
|
|
12893
13137
|
"value": "1"
|
|
12894
13138
|
},
|
|
12895
13139
|
{
|
|
12896
13140
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12897
13141
|
"kind": "IntegerLiteral",
|
|
12898
|
-
"offset":
|
|
13142
|
+
"offset": 44120,
|
|
12899
13143
|
"length": 1,
|
|
12900
13144
|
"value": "1"
|
|
12901
13145
|
},
|
|
12902
13146
|
{
|
|
12903
13147
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12904
13148
|
"kind": "IntegerLiteral",
|
|
12905
|
-
"offset":
|
|
13149
|
+
"offset": 44137,
|
|
12906
13150
|
"length": 1,
|
|
12907
13151
|
"value": "0"
|
|
12908
13152
|
},
|
|
12909
13153
|
{
|
|
12910
13154
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12911
13155
|
"kind": "IntegerLiteral",
|
|
12912
|
-
"offset":
|
|
13156
|
+
"offset": 44154,
|
|
12913
13157
|
"length": 1,
|
|
12914
13158
|
"value": "0"
|
|
12915
13159
|
},
|
|
12916
13160
|
{
|
|
12917
13161
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12918
13162
|
"kind": "IntegerLiteral",
|
|
12919
|
-
"offset":
|
|
13163
|
+
"offset": 44215,
|
|
12920
13164
|
"length": 1,
|
|
12921
13165
|
"value": "0"
|
|
12922
13166
|
},
|
|
12923
13167
|
{
|
|
12924
13168
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12925
13169
|
"kind": "IntegerLiteral",
|
|
12926
|
-
"offset":
|
|
13170
|
+
"offset": 44296,
|
|
12927
13171
|
"length": 1,
|
|
12928
13172
|
"value": "0"
|
|
12929
13173
|
},
|
|
12930
13174
|
{
|
|
12931
13175
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12932
13176
|
"kind": "IntegerLiteral",
|
|
12933
|
-
"offset":
|
|
13177
|
+
"offset": 44332,
|
|
12934
13178
|
"length": 1,
|
|
12935
13179
|
"value": "1"
|
|
12936
13180
|
},
|
|
12937
13181
|
{
|
|
12938
13182
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12939
13183
|
"kind": "IntegerLiteral",
|
|
12940
|
-
"offset":
|
|
13184
|
+
"offset": 44372,
|
|
12941
13185
|
"length": 1,
|
|
12942
13186
|
"value": "1"
|
|
12943
13187
|
},
|
|
12944
13188
|
{
|
|
12945
13189
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12946
13190
|
"kind": "FloatLiteral",
|
|
12947
|
-
"offset":
|
|
13191
|
+
"offset": 44428,
|
|
12948
13192
|
"length": 5,
|
|
12949
13193
|
"value": "1e-10"
|
|
12950
13194
|
},
|
|
12951
13195
|
{
|
|
12952
13196
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12953
13197
|
"kind": "IntegerLiteral",
|
|
12954
|
-
"offset":
|
|
13198
|
+
"offset": 44539,
|
|
12955
13199
|
"length": 1,
|
|
12956
13200
|
"value": "0"
|
|
12957
13201
|
},
|
|
12958
|
-
{
|
|
12959
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12960
|
-
"kind": "StringLiteral",
|
|
12961
|
-
"offset": 44572,
|
|
12962
|
-
"length": 20,
|
|
12963
|
-
"value": "\"CMN T=\""
|
|
12964
|
-
},
|
|
12965
|
-
{
|
|
12966
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12967
|
-
"kind": "StringLiteral",
|
|
12968
|
-
"offset": 44591,
|
|
12969
|
-
"length": 2,
|
|
12970
|
-
"value": "\"\""
|
|
12971
|
-
},
|
|
12972
13202
|
{
|
|
12973
13203
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12974
13204
|
"kind": "IntegerLiteral",
|
|
12975
|
-
"offset":
|
|
13205
|
+
"offset": 44645,
|
|
12976
13206
|
"length": 1,
|
|
12977
13207
|
"value": "0"
|
|
12978
13208
|
},
|
|
12979
13209
|
{
|
|
12980
13210
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12981
13211
|
"kind": "IntegerLiteral",
|
|
12982
|
-
"offset":
|
|
13212
|
+
"offset": 44683,
|
|
12983
13213
|
"length": 1,
|
|
12984
13214
|
"value": "0"
|
|
12985
13215
|
},
|
|
12986
13216
|
{
|
|
12987
13217
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12988
13218
|
"kind": "IntegerLiteral",
|
|
12989
|
-
"offset":
|
|
13219
|
+
"offset": 44726,
|
|
12990
13220
|
"length": 1,
|
|
12991
13221
|
"value": "0"
|
|
12992
13222
|
},
|
|
12993
13223
|
{
|
|
12994
13224
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
12995
13225
|
"kind": "IntegerLiteral",
|
|
12996
|
-
"offset":
|
|
13226
|
+
"offset": 44753,
|
|
12997
13227
|
"length": 1,
|
|
12998
13228
|
"value": "0"
|
|
12999
13229
|
},
|
|
13000
13230
|
{
|
|
13001
13231
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13002
13232
|
"kind": "IntegerLiteral",
|
|
13003
|
-
"offset":
|
|
13233
|
+
"offset": 44877,
|
|
13004
13234
|
"length": 1,
|
|
13005
13235
|
"value": "0"
|
|
13006
13236
|
},
|
|
13007
13237
|
{
|
|
13008
13238
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13009
13239
|
"kind": "IntegerLiteral",
|
|
13010
|
-
"offset":
|
|
13240
|
+
"offset": 44918,
|
|
13011
13241
|
"length": 1,
|
|
13012
13242
|
"value": "0"
|
|
13013
13243
|
},
|
|
13014
|
-
{
|
|
13015
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13016
|
-
"kind": "StringLiteral",
|
|
13017
|
-
"offset": 45046,
|
|
13018
|
-
"length": 46,
|
|
13019
|
-
"value": "\"computeLogMel done T=\""
|
|
13020
|
-
},
|
|
13021
|
-
{
|
|
13022
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13023
|
-
"kind": "StringLiteral",
|
|
13024
|
-
"offset": 45080,
|
|
13025
|
-
"length": 1,
|
|
13026
|
-
"value": "\" D=\""
|
|
13027
|
-
},
|
|
13028
|
-
{
|
|
13029
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13030
|
-
"kind": "StringLiteral",
|
|
13031
|
-
"offset": 45091,
|
|
13032
|
-
"length": 2,
|
|
13033
|
-
"value": "\"\""
|
|
13034
|
-
},
|
|
13035
13244
|
{
|
|
13036
13245
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13037
13246
|
"kind": "IntegerLiteral",
|
|
13038
|
-
"offset":
|
|
13247
|
+
"offset": 45290,
|
|
13039
13248
|
"length": 1,
|
|
13040
13249
|
"value": "1"
|
|
13041
13250
|
},
|
|
13042
13251
|
{
|
|
13043
13252
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13044
13253
|
"kind": "Array",
|
|
13045
|
-
"offset":
|
|
13254
|
+
"offset": 45306,
|
|
13046
13255
|
"length": 5,
|
|
13047
13256
|
"value": "[1.0]"
|
|
13048
13257
|
},
|
|
13049
13258
|
{
|
|
13050
13259
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13051
13260
|
"kind": "IntegerLiteral",
|
|
13052
|
-
"offset":
|
|
13261
|
+
"offset": 45344,
|
|
13053
13262
|
"length": 1,
|
|
13054
13263
|
"value": "1"
|
|
13055
13264
|
},
|
|
13056
13265
|
{
|
|
13057
13266
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13058
13267
|
"kind": "IntegerLiteral",
|
|
13059
|
-
"offset":
|
|
13268
|
+
"offset": 45378,
|
|
13060
13269
|
"length": 1,
|
|
13061
13270
|
"value": "2"
|
|
13062
13271
|
},
|
|
13063
13272
|
{
|
|
13064
13273
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13065
13274
|
"kind": "IntegerLiteral",
|
|
13066
|
-
"offset":
|
|
13275
|
+
"offset": 45396,
|
|
13067
13276
|
"length": 1,
|
|
13068
13277
|
"value": "0"
|
|
13069
13278
|
},
|
|
13070
13279
|
{
|
|
13071
13280
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13072
13281
|
"kind": "FloatLiteral",
|
|
13073
|
-
"offset":
|
|
13282
|
+
"offset": 45414,
|
|
13074
13283
|
"length": 4,
|
|
13075
13284
|
"value": "0.54"
|
|
13076
13285
|
},
|
|
13077
13286
|
{
|
|
13078
13287
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13079
13288
|
"kind": "FloatLiteral",
|
|
13080
|
-
"offset":
|
|
13289
|
+
"offset": 45421,
|
|
13081
13290
|
"length": 4,
|
|
13082
13291
|
"value": "0.46"
|
|
13083
13292
|
},
|
|
13084
13293
|
{
|
|
13085
13294
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13086
13295
|
"kind": "IntegerLiteral",
|
|
13087
|
-
"offset":
|
|
13296
|
+
"offset": 45607,
|
|
13088
13297
|
"length": 1,
|
|
13089
13298
|
"value": "2"
|
|
13090
13299
|
},
|
|
13091
13300
|
{
|
|
13092
13301
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13093
13302
|
"kind": "IntegerLiteral",
|
|
13094
|
-
"offset":
|
|
13303
|
+
"offset": 45611,
|
|
13095
13304
|
"length": 1,
|
|
13096
13305
|
"value": "1"
|
|
13097
13306
|
},
|
|
13098
13307
|
{
|
|
13099
13308
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13100
13309
|
"kind": "FloatLiteral",
|
|
13101
|
-
"offset":
|
|
13310
|
+
"offset": 45658,
|
|
13102
13311
|
"length": 6,
|
|
13103
13312
|
"value": "2595.0"
|
|
13104
13313
|
},
|
|
13105
13314
|
{
|
|
13106
13315
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13107
13316
|
"kind": "FloatLiteral",
|
|
13108
|
-
"offset":
|
|
13317
|
+
"offset": 45674,
|
|
13109
13318
|
"length": 3,
|
|
13110
13319
|
"value": "1.0"
|
|
13111
13320
|
},
|
|
13112
13321
|
{
|
|
13113
13322
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13114
13323
|
"kind": "FloatLiteral",
|
|
13115
|
-
"offset":
|
|
13324
|
+
"offset": 45685,
|
|
13116
13325
|
"length": 5,
|
|
13117
13326
|
"value": "700.0"
|
|
13118
13327
|
},
|
|
13119
13328
|
{
|
|
13120
13329
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13121
13330
|
"kind": "FloatLiteral",
|
|
13122
|
-
"offset":
|
|
13331
|
+
"offset": 45739,
|
|
13123
13332
|
"length": 5,
|
|
13124
13333
|
"value": "700.0"
|
|
13125
13334
|
},
|
|
13126
13335
|
{
|
|
13127
13336
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13128
13337
|
"kind": "FloatLiteral",
|
|
13129
|
-
"offset":
|
|
13338
|
+
"offset": 45753,
|
|
13130
13339
|
"length": 4,
|
|
13131
13340
|
"value": "10.0"
|
|
13132
13341
|
},
|
|
13133
13342
|
{
|
|
13134
13343
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13135
13344
|
"kind": "FloatLiteral",
|
|
13136
|
-
"offset":
|
|
13345
|
+
"offset": 45765,
|
|
13137
13346
|
"length": 6,
|
|
13138
13347
|
"value": "2595.0"
|
|
13139
13348
|
},
|
|
13140
13349
|
{
|
|
13141
13350
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13142
13351
|
"kind": "FloatLiteral",
|
|
13143
|
-
"offset":
|
|
13352
|
+
"offset": 45775,
|
|
13144
13353
|
"length": 3,
|
|
13145
13354
|
"value": "1.0"
|
|
13146
13355
|
},
|
|
13147
13356
|
{
|
|
13148
13357
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13149
13358
|
"kind": "IntegerLiteral",
|
|
13150
|
-
"offset":
|
|
13359
|
+
"offset": 45868,
|
|
13151
13360
|
"length": 1,
|
|
13152
13361
|
"value": "0"
|
|
13153
13362
|
},
|
|
13154
13363
|
{
|
|
13155
13364
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13156
13365
|
"kind": "IntegerLiteral",
|
|
13157
|
-
"offset":
|
|
13366
|
+
"offset": 45879,
|
|
13158
13367
|
"length": 1,
|
|
13159
13368
|
"value": "2"
|
|
13160
13369
|
},
|
|
13161
13370
|
{
|
|
13162
13371
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13163
13372
|
"kind": "IntegerLiteral",
|
|
13164
|
-
"offset":
|
|
13373
|
+
"offset": 45948,
|
|
13165
13374
|
"length": 1,
|
|
13166
13375
|
"value": "1"
|
|
13167
13376
|
},
|
|
13168
13377
|
{
|
|
13169
13378
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13170
13379
|
"kind": "IntegerLiteral",
|
|
13171
|
-
"offset":
|
|
13380
|
+
"offset": 46061,
|
|
13172
13381
|
"length": 1,
|
|
13173
13382
|
"value": "0"
|
|
13174
13383
|
},
|
|
13175
13384
|
{
|
|
13176
13385
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13177
13386
|
"kind": "IntegerLiteral",
|
|
13178
|
-
"offset":
|
|
13387
|
+
"offset": 46132,
|
|
13179
13388
|
"length": 1,
|
|
13180
13389
|
"value": "1"
|
|
13181
13390
|
},
|
|
13182
13391
|
{
|
|
13183
13392
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13184
13393
|
"kind": "FloatLiteral",
|
|
13185
|
-
"offset":
|
|
13394
|
+
"offset": 46151,
|
|
13186
13395
|
"length": 3,
|
|
13187
13396
|
"value": "2.0"
|
|
13188
13397
|
},
|
|
13189
13398
|
{
|
|
13190
13399
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13191
13400
|
"kind": "IntegerLiteral",
|
|
13192
|
-
"offset":
|
|
13401
|
+
"offset": 46203,
|
|
13193
13402
|
"length": 1,
|
|
13194
13403
|
"value": "0"
|
|
13195
13404
|
},
|
|
13196
13405
|
{
|
|
13197
13406
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13198
13407
|
"kind": "IntegerLiteral",
|
|
13199
|
-
"offset":
|
|
13408
|
+
"offset": 46248,
|
|
13200
13409
|
"length": 1,
|
|
13201
13410
|
"value": "0"
|
|
13202
13411
|
},
|
|
13203
13412
|
{
|
|
13204
13413
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13205
13414
|
"kind": "IntegerLiteral",
|
|
13206
|
-
"offset":
|
|
13415
|
+
"offset": 46313,
|
|
13207
13416
|
"length": 1,
|
|
13208
13417
|
"value": "1"
|
|
13209
13418
|
},
|
|
13210
13419
|
{
|
|
13211
13420
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13212
13421
|
"kind": "IntegerLiteral",
|
|
13213
|
-
"offset":
|
|
13422
|
+
"offset": 46342,
|
|
13214
13423
|
"length": 1,
|
|
13215
13424
|
"value": "2"
|
|
13216
13425
|
},
|
|
13217
13426
|
{
|
|
13218
13427
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13219
13428
|
"kind": "IntegerLiteral",
|
|
13220
|
-
"offset":
|
|
13429
|
+
"offset": 46367,
|
|
13221
13430
|
"length": 1,
|
|
13222
13431
|
"value": "0"
|
|
13223
13432
|
},
|
|
13224
13433
|
{
|
|
13225
13434
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13226
13435
|
"kind": "FloatLiteral",
|
|
13227
|
-
"offset":
|
|
13436
|
+
"offset": 46465,
|
|
13228
13437
|
"length": 4,
|
|
13229
13438
|
"value": "1e-6"
|
|
13230
13439
|
},
|
|
13231
13440
|
{
|
|
13232
13441
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13233
13442
|
"kind": "FloatLiteral",
|
|
13234
|
-
"offset":
|
|
13443
|
+
"offset": 46523,
|
|
13235
13444
|
"length": 4,
|
|
13236
13445
|
"value": "1e-6"
|
|
13237
13446
|
},
|
|
13238
13447
|
{
|
|
13239
13448
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13240
13449
|
"kind": "FloatLiteral",
|
|
13241
|
-
"offset":
|
|
13450
|
+
"offset": 46569,
|
|
13242
13451
|
"length": 3,
|
|
13243
13452
|
"value": "0.0"
|
|
13244
13453
|
},
|
|
13245
13454
|
{
|
|
13246
13455
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
|
|
13247
13456
|
"kind": "StringLiteral",
|
|
13248
|
-
"offset":
|
|
13457
|
+
"offset": 46971,
|
|
13249
13458
|
"length": 6,
|
|
13250
13459
|
"value": "\"ONNX\""
|
|
13251
13460
|
}
|