Skip to content

add assembly ai integration#1

Merged
ajar98 merged 2 commits intomainfrom
kian/assembly-ai
Feb 27, 2023
Merged

add assembly ai integration#1
ajar98 merged 2 commits intomainfrom
kian/assembly-ai

Conversation

@Kian1354
Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread vocode/helpers.py Outdated
"\n".join(f"{index}: {device['name']}" for index, device in enumerate(device_infos)))

def create_microphone_input_and_speaker_output(use_first_available_device=False) -> tuple[MicrophoneInput, SpeakerOutput]:
def create_microphone_input_and_speaker_output(use_first_available_device=False, mic_sampling_rate=None) -> tuple[MicrophoneInput, SpeakerOutput]:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add speaker_sampling_rate for posterity

Comment thread vocode/models/transcriber.py Outdated
should_warmup_model: bool = False

class AssemblyAITranscriberConfig(TranscriberConfig, type=TranscriberType.ASSEMBLY_AI):
model: Optional[str] = None
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

model and version should be removed from this config

@ajar98 ajar98 merged commit e90beb6 into main Feb 27, 2023
ajar98 pushed a commit that referenced this pull request May 7, 2023
remove comment azure_transcriber.py
ajar98 pushed a commit that referenced this pull request May 17, 2023
ajar98 added a commit that referenced this pull request Jun 13, 2024
* Update Readme with Preview Info (#1)

* Update Readme with Preview Info

* We're not quite that far along

* Update Structure to be more Pleasing to the Eyes

* Add changelog to readme

---------

Co-authored-by: srhinos <[email protected]>
Co-authored-by: Adnaan Sachidanandan <[email protected]>

* The Big Diff (#2)

* The Big Diff

* remove tests on 3.8 and 3.9

* Update README.md

* Update README.md

* fix turn based quickstart (#3)

* [hotfix] remove unused import (#4)

* Update README.md

* Update README.md

* Remove create_speech() from rime synthesizer (#6)

* Fix default factory for elevenlabs WS (#12)

* dispatch into elvenlabsws if experimental_websocket is on

* fix mypy

* Merge In Recent Fixes (#14)

* [docs sprint] Updates docs for using transcribers (#9)

* [docs sprint] phrase trigger documentation (#16)

* [docs sprint] update open source quickstarts (#15)

* [docs sprint] Add Documentation on Using Vocode's Loguru Implementation (#19)

* [docs sprint] Add Documentation on Using Vocode's Loguru Implementation

* Remove Tracing

---------

Co-authored-by: srhinos <[email protected]>

* [docs sprint] Updates docs for using synthesizers (#8)

* [docs sprint] using synthesizers docs update

* update docs for elevenlabs ws

* Apply suggestions from code review

Co-authored-by: Adnaan Sachidanandan <[email protected]>

---------

Co-authored-by: Adnaan Sachidanandan <[email protected]>

* [docs sprint] Updates docs for react quickstart (#10)

* [docs sprint] Updates docs for react quickstart

* PR feedback

* changes azure to override create_speech_uncached (#21)

* [docs sprint] Adds docs for conversation mechanics and moves endpointing docs from transcribers (#11)

* [docs sprint] Updates docs for using transcribers

* Adds docs for conversation mechanics and moves endpointing docs from transcribers

* Update docs/open-source/conversation-mechanics.md

Co-authored-by: Adnaan Sachidanandan <[email protected]>

* use mdx

* PR feedback

---------

Co-authored-by: Adnaan Sachidanandan <[email protected]>

* updates docs for events manager (#7)

* add cartesia synthesizer (#17)

* add cartesia synthesizer

* make Cartesia dependency optional, add it to the synthesizers extra group

* lazy import cartesia

* improved lazy loading, and added api_key as a config parameter

* improvements to cartesia synth
* use create_speech_uncached
* use existing abstractions default encoding and sample rates

* Remove redundant api_key assignment

Co-authored-by: Ajay Raj <[email protected]>

* Remove default setting of sampling rate

Co-authored-by: Ajay Raj <[email protected]>

* Remove default setting of audio_encoding

Co-authored-by: Ajay Raj <[email protected]>

* remove default setting of sampling rate

Co-authored-by: Ajay Raj <[email protected]>

* Remove redundant setting of audio enconding

the output device handles this

Co-authored-by: Ajay Raj <[email protected]>

* build failed with poetry.lock file. re-updating it

---------

Co-authored-by: Ajay Raj <[email protected]>

* Unset docs / README changes

* Unset docs changes (cont.)

* unset poetry version change

* update poetry.lock

---------

Co-authored-by: Mac Wilkinson <[email protected]>
Co-authored-by: srhinos <[email protected]>
Co-authored-by: Adnaan Sachidanandan <[email protected]>
Co-authored-by: rjheeta <[email protected]>
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