-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Audio] Fix PCM format and use PipedAudioStream in sources #16111
Conversation
Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
21cb831
to
5579d56
Compare
Required PR has been merged last weekend. |
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.
Just one question
....pulseaudio/src/main/java/org/openhab/binding/pulseaudio/internal/PulseAudioAudioSource.java
Outdated
Show resolved
Hide resolved
And a second question: you removed the support of OGG or MP3 audio formats. Is it because they were in fact not really supported ? |
Please note that the build failed. |
Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
The doc says OGG is supported, but as there are no sources available using that format I never tested it, so I though it was better to remove it to avoid confusion. |
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, thank you
…6111) * [Audio] Fix pcm format and use PipedAudioStream * fix rustpotter format changes --------- Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com> Signed-off-by: Jørgen Austvik <jaustvik@acm.org>
…6111) * [Audio] Fix pcm format and use PipedAudioStream * fix rustpotter format changes --------- Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
Hello,
I want to merge these changes related to the core PR openhab/openhab-core#3960.
It includes changes on the Speech-to-text services to advertise compatibility and handle raw PCM streams (no container header).
Also updates de pulseaudio source to use the new PipedStream class and fixes its format which should use container CONTAINER_NONE (my bad).
NOTE: I have removed the opus support from the googlestt because it's unused.