-
Notifications
You must be signed in to change notification settings - Fork 13
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
googleSynthesis with external audio stream #33
Conversation
@vtikha The module compiles only with yarp master branch (future yarp 3.5). So better not to merge this PR into master, if your master branch is supposed to work with yarp 3.4. |
We can merge it anyway and rely on the releases to get more stable versions of the code. |
e295743
to
27c87b4
Compare
Well, with a second thought, this might cause problems @randaz81. You can use your fork until YARP 3.5 will become official. This is the easiest solution. |
27c87b4
to
1d3722e
Compare
PR rebased onto master |
1d3722e
to
3b123c0
Compare
3b123c0
to
f30e6bd
Compare
f70495b
to
6d20fb9
Compare
PR rebased onto master |
Our latest distro relies on YARP-3.6.0, thus it should be fine now to proceed with the review @vtikha. |
@pattacini @vtikha we are using yarp> 3.5 so I think that there are no more issues, can we merge this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
googleSynthesis can now stream audio to an external player.
added the parameter
--playbackmode
which can assume the valuesplayFromDisk
(default),sendToPort_compressed
,sendToPort_uncompressed