UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
1 lines 724 B
{"version":3,"sources":["src/common.speech/ServiceMessages/MultichannelAudio/CtsAudioInfo.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD;;GAEG;AACH,MAAM,WAAW,YAAY;IACzB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,cAAc,CAAC,CAAC;CAC5C","file":"CtsAudioInfo.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 { CtsAudioStream } from \"./CtsAudioStream\";\r\n\r\n/**\r\n * Audio information\r\n */\r\nexport interface CtsAudioInfo {\r\n /**\r\n * Audio streams\r\n */\r\n streams?: Record<number, CtsAudioStream>;\r\n}\r\n"]}