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

Voice is not playing over bluetooth #212

Open
shyam3089 opened this issue Jan 25, 2021 · 3 comments
Open

Voice is not playing over bluetooth #212

shyam3089 opened this issue Jan 25, 2021 · 3 comments
Labels

Comments

@shyam3089
Copy link

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error '....'

Expected behavior
A clear and concise description of what you expected to happen.

Log files
If possible, add log files from /var/log/mycroft/ to help explain your problem.

You may also include screenshots, however screenshots of log files are often difficult to read and parse.

If you are running Mycroft, the Support Skill helps to automate gathering this information. Simply say "Create a support ticket" and the Skill will put together a support package and email it to you.

Environment (please complete the following information):

  • Device type: [e.g. Raspberry Pi, Mark 1, desktop]
  • OS: [e.g. Ubuntu, Picroft]
  • Mycroft-core version: [e.g. 20.08]
  • Other versions: [e.g. Adapt v0.3.7]

Additional context
Add any other context about the problem here.

Please think carefully about whether you have modified anything in Mycroft's code or configuration files. If so, can you reproduce this on a clean installation of Mycroft? Many "bugs" turn out to be non-standard configuration errors.

@shyam3089 shyam3089 added the bug label Jan 25, 2021
@shyam3089
Copy link
Author

I have found this weird issue, I'm trying to create a voice assistant in raspberry pi and when I connect to a bluetooth speaker only the text to speech voice is not playing. I tested the connection by playing an mp3 file and it works fine(using pygame).

Mimic voice is playing If i switch audio output to analog (audio jack).

This command works fine with analog output but I don't hear any sound with a bluetooth connection.

/home/pi/mimic1/mimic --setf duration_stretch=0.75 --setf 'int_f0_target_stddev=20' --setf 'f0_shift=1' -voice /home/pi/mimic1/voices/cmu_us_rms.flitevox --setf 'int_f0_target_mean=120' -t 'hello, how are you'

@forslund
Copy link
Collaborator

Hi @shyam3089 have you built mimic from source? and if so did you configure any specific audiobackend? It defaults to alsa, I wonder if it would be worth trying compiling with pulseaudio as audio backend?

@shyam3089
Copy link
Author

shyam3089 commented Jan 25, 2021

Yeah I built it from source. I will try that. I had issues related to alsa. May be I messed up something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants