src/sdk/Audio/BaseAudioPlayer.ts (3 lines): - line 12: * TODO: Plays only PCM for now. - line 90: // TODO: Various examples shows this gain node, it does not seem to be needed unless we plan - line 129: // TODO: Should we do the conversion in the pushAudioSample instead? src/common.browser/WebsocketMessageAdapter.ts (3 lines): - line 195: // TODO: Events for these ? - line 206: // TODO: Events for these ? - line 292: // TODO: Events for these ? src/sdk/Transcription/Conversation.ts (3 lines): - line 262: // TODO: specify the regex required. Nicknames must be unique or get the duplicate nickname error - line 263: // TODO: check what the max length is and if a truncation is required or if the service handles it without an error - line 667: // TODO: is a max length check required? src/common.speech/Transcription/ConversationManager.ts (2 lines): - line 92: // TODO: support a proxy and certificate validation - line 177: // TODO: support a proxy and certificate validation src/sdk/Transcription/ConversationTranslator.ts (2 lines): - line 62: // TODO: add support for getting recognitions from here if own speech - line 67: // TODO: format the error message contained in 'errorDetails' src/common.speech/Transcription/ConversationRequestSession.ts (1 line): - line 12: * TODO: define what telemetry is required. src/common/Queue.ts (1 line): - line 96: // TODO: this needs work (Resolve(null) instead?). src/sdk/Contracts.ts (1 line): - line 50: // TODO check for file existence. RunTests.cmd (1 line): - line 38: @REM TODO fix usage src/common.speech/SynthesisAdapterBase.ts (1 line): - line 464: // TODO: What goes here?