microsoft / microsoft/BotFramework-WebChat
[Speech] Sample for building custom microphone input
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 1.8k
- Forks
- 1.6k
- Avg merge
- 22h 58m
- Merged PRs (30d)
- 2
Description
Related to #3974.
Feature Request
We introduced packages/bundle/src/speech/createAudioConfig.ts in #3974. It can be used to implement microphone input for Speech SDK, outside of Web Audio API.
Web devs on React Native and Cordova (such as PowerApps), can use this interface (or the more complex AudioConfig interface from Speech SDK) to implement microphone, even their platform does not support Web Audio API.
We should publicize this interface and write a sample.
We already have a mock microphone input in our test harness which use createAudioConfig with ArrayBuffer.
[feature-request]
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading packages/bundle/src/speech/createAudioConfig.ts and the existing mock microphone input in the test harness. Use these as the reference for a sample showing custom microphone input for Speech SDK outside the Web Audio API, including React Native or Cordova use cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native
- Domain
- documentation
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100