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

playHT and Eleven labs filler audio added #396

Closed
wants to merge 866 commits into from
Closed

Conversation

m5a0r7
Copy link

@m5a0r7 m5a0r7 commented Sep 12, 2023

No description provided.

filler_audio_noise = FillerAudio(
BaseMessage(text="Noise"),
audio_data=convert_wav(
'/Users/mohammadaminroohi/miniconda3/envs/vocode_1/lib/python3.9/site-packages/vocode/streaming/pink BL.wav',

Choose a reason for hiding this comment

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

This is referencing a file that is not present in the source. Consider adding it to this PR.

output_sample_rate=8000,
output_encoding=AudioEncoding.MULAW,
),
synthesizer_config=ElevenLabsSynthesizerConfig(sampling_rate=8000, audio_encoding=AudioEncoding.MULAW),

Choose a reason for hiding this comment

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

This is referencing a file that is not present in the source. Consider adding it to this PR.

Copy link
Author

Choose a reason for hiding this comment

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

Yeah done thanks for letting me know. Actually I was about to add background noise to the conversation here. The goal was to make the conversation more natural. But approach is not working since on the same time, either the noise is been sent to Twilio or the synthesized voice, not both simultaneously. Which make the conversation wired.

Copy link

This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Mar 16, 2024
Copy link

This PR has been automatically closed due to inactivity. Thank you for your contributions.

@github-actions github-actions bot closed this Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants