{"version":3,"sources":["src/common.speech/ISynthesisConnectionFactory.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D,MAAM,WAAW,2BAA2B;IACxC,MAAM,CACF,MAAM,EAAE,iBAAiB,EACzB,QAAQ,EAAE,QAAQ,EAClB,YAAY,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC;CACpD","file":"ISynthesisConnectionFactory.d.ts","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT license.\n\nimport { IConnection } from \"../common/Exports.js\";\nimport { AuthInfo } from \"./IAuthentication.js\";\nimport { SynthesizerConfig } from \"./SynthesizerConfig.js\";\n\nexport interface ISynthesisConnectionFactory {\n    create(\n        config: SynthesizerConfig,\n        authInfo: AuthInfo,\n        connectionId?: string): Promise<IConnection>;\n}\n"]}