Skip to content

docs: update for pipecat PR #3942#592

Open
markbackman wants to merge 1 commit intomainfrom
docs/pr-3942
Open

docs: update for pipecat PR #3942#592
markbackman wants to merge 1 commit intomainfrom
docs/pr-3942

Conversation

@markbackman
Copy link
Contributor

Automated documentation update for pipecat PR #3942.

Changes

Updated server/services/s2s/aws.mdx

AudioConfig class:

  • Added new AudioConfig section documenting audio configuration parameters (sample rates, sample sizes, channel counts)
  • Added audio_config parameter to Configuration section

Deprecation notices:

  • Updated params parameter with detailed deprecation warning directing users to use settings for inference settings and audio_config for audio configuration
  • Added deprecation notice to system_instruction parameter directing users to use settings instead
  • Added deprecation warning to Params section

Updated examples:

  • Updated "Basic Setup" example to use AWSNovaSonicLLMSettings
  • Updated "With Custom Parameters" example to use both AWSNovaSonicLLMSettings and AudioConfig
  • Updated "With Function Calling" example to use AWSNovaSonicLLMSettings

New parameters documented:

  • Added settings parameter (AWSNovaSonicLLMSettings)
  • Added audio_config parameter (AudioConfig)

Gaps identified

None

Summary

PR #3942 introduced a new AudioConfig class to separate audio configuration (sample rates, channel counts, bit depths) from inference settings (temperature, max_tokens, etc.). The params parameter is now deprecated in favor of using:

  • settings=AWSNovaSonicLLMSettings(...) for inference parameters
  • audio_config=AudioConfig(...) for audio configuration

All documentation has been updated to reflect the new preferred approach while maintaining documentation for the deprecated parameters.

- Add AudioConfig class documentation for audio configuration parameters
- Add audio_config parameter to Configuration section
- Update params parameter with detailed deprecation warning
- Add settings parameter documentation
- Update system_instruction parameter with deprecation notice
- Update all usage examples to use settings and audio_config
- Add deprecation warning to Params section

Related to pipecat PR #3942
@markbackman markbackman added the auto-docs Automated documentation update from pipecat source changes label Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-docs Automated documentation update from pipecat source changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant