Skip to content

docs: add README for google_asr, azure_asr, and stepfun_tts extensions#2149

Open
nuthalapativarun wants to merge 1 commit into
TEN-framework:mainfrom
nuthalapativarun:docs/add-readme-extensions-225
Open

docs: add README for google_asr, azure_asr, and stepfun_tts extensions#2149
nuthalapativarun wants to merge 1 commit into
TEN-framework:mainfrom
nuthalapativarun:docs/add-readme-extensions-225

Conversation

@nuthalapativarun
Copy link
Copy Markdown

Summary

  • Add README.md to google_asr_python extension: documents all configuration parameters, authentication options (credentials file vs. JSON string), multilingual setup, speaker diarization, and audio dump for debugging
  • Add README.md to azure_asr_python extension: documents subscription key/region setup, multilingual recognition, hotword boosting, finalization modes, and audio dump
  • Add README.md to stepfun_tts_python extension: documents API key, WebSocket endpoint, model, and voice ID configuration

Each README follows the format used by existing extensions (e.g. deepgram_asr_python) with a configuration section, parameter reference table, and environment variable table.

Test plan

  • task format — clean (documentation only, no Python changes)
  • Verified all property.json fields are accurately reflected in parameter tables
  • Verified environment variable names match property.json ${env:VAR|} references

Related Issues

Fixes #225

Add configuration documentation for three extensions that were missing
README files, covering parameters, environment variables, and usage
examples. Addresses TEN-framework#225.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Readme file in extension to suggest how to setup the extension

1 participant