Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uses .value instead of passing enum for sampling rate #613

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

ajar98
Copy link
Contributor

@ajar98 ajar98 commented Jul 5, 2024

discovered this when trying to run calls with the InMemoryConfigManager - we should use this enum for comparison, but not use it as an enum to pass around values

this is hidden for phone calls that use Redis, since we serialize the Pydantic object which converts RATE_8000 --> 8000

@ajar98 ajar98 merged commit f84cd03 into main Jul 5, 2024
4 checks passed
ajar98 added a commit that referenced this pull request Jul 8, 2024
* remove phantom parameter (#612)

* support files in make transcribe (#610)

* support files in make transcribe

* switch comment

* uses .value instead of passing enum for sampling rate (#613)

* [hotfix] fix ref in make transcribe (#614)

* [DOW-113] deprecate output queue and manually attach workers to each other (#593)

* deprecate output queues

* fix quickstarts

* fix mypy

* fix tests

* fix mypy

* adds comment

* adds back streamingconversation test

* make input queue private on AsyncWorker

* update tests

* resolve PR comments

* create scripts for vocodehq-public (#615)

* add script used to make PR

* adds test target for vocodehq-public
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.

2 participants