microsoft / microsoft/BotFramework-WebChat

[Speech] Build our own PcmRecorder

Open
#3,975 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area-speech backlog feature-request
Dominant language
HTML
Stars
1.8k
Forks
1.6k
Avg merge
22h 58m
Merged PRs (30d)
2

Description

Related to #3974.

Feature Request

In packages/bundle/src/speech/createMicrophoneAudioConfigAndAudioContext.ts, we are using PcmRecorder from Speech SDK:

  • It is not using audio worklet via blob URL
  • It is hardcoded to 16-bit mono 16 kHz, not dynamic according to the microphone input

[feature-request]

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in packages/bundle/src/speech/createMicrophoneAudioConfigAndAudioContext.ts and inspect how Speech SDK's PcmRecorder is used. The work is complete when the project has its own recorder using an audio worklet via a blob URL and adapts to the microphone input instead of assuming 16-bit mono 16 kHz audio.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
audio-video-rtc
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.