microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 863 B
Source Map (JSON)
{"version":3,"sources":["src/common.speech/ServiceMessages/MultichannelAudio/CtsAudioContinuation.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACjC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,KAAK,CAAC,EAAE,YAAY,CAAC;CACxB","file":"CtsAudioContinuation.d.ts","sourcesContent":["//\r\n// Copyright (c) Microsoft. All rights reserved.\r\n// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.\r\n//\r\n\r\nimport { CtsAudioInfo } from \"./CtsAudioInfo\";\r\n\r\n/**\r\n * CTS multichannel audio continuation\r\n */\r\nexport interface CtsAudioContinuation {\r\n /**\r\n * CTS Continuation token for audio stream\r\n */\r\n token?: string;\r\n\r\n /**\r\n * Audio information\r\n */\r\n audio?: CtsAudioInfo;\r\n}\r\n"]}