{"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":["//\n// Copyright (c) Microsoft. All rights reserved.\n// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.\n//\n\nimport { CtsAudioStream } from \"./CtsAudioStream\";\n\n/**\n * Audio information\n */\nexport interface CtsAudioInfo {\n    /**\n     * Audio streams\n     */\n    streams?: Record<number, CtsAudioStream>;\n}\n"]}