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

Wakeword sound on Lenovo Thinksmart with Fully Kiosk #36

Open
psgcooldog opened this issue Jul 4, 2024 · 6 comments
Open

Wakeword sound on Lenovo Thinksmart with Fully Kiosk #36

psgcooldog opened this issue Jul 4, 2024 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@psgcooldog
Copy link

Fully Kiosk doesn't recognize the media type "audio"

StreamAssist should send media type of "music" instead.

@psgcooldog
Copy link
Author

in /stream_assist/core/init.py, line 128

change : play_media(hass, player_entity_id, media_id, "audio")

to: play_media(hass, player_entity_id, media_id, "music")

@xvlw
Copy link

xvlw commented Jul 7, 2024

Also having this issue and opened a ticket as well. Might be a duplicate of this

#37

@AlexxIT AlexxIT added the enhancement New feature or request label Jul 9, 2024
@AlexxIT AlexxIT self-assigned this Jul 9, 2024
@n4tur3502
Copy link

I was having this exact issue and added that change to the .py file and it is still giving me this error. should I start a separate issue? I was able to get a wav file to play but not a single mp3.

@zetabar
Copy link

zetabar commented Sep 25, 2024

I followed all the suggestions here, but I am still not able to play a beep.mp3 with fully kiosk browser ... i am getting crazy :)

@IoSonoAndreaZ
Copy link

in /stream_assist/core/init.py, line 128

change : play_media(hass, player_entity_id, media_id, "audio")

to: play_media(hass, player_entity_id, media_id, "music")

Solution worked for me.

My configuration listen to:
media-source://media_source/media/system-notification-199277.mp3
I put the file in media/system-notification-199277.mp3
I'm using docker.

@pmunck86
Copy link

in /stream_assist/core/init.py, line 128

change : play_media(hass, player_entity_id, media_id, "audio")

to: play_media(hass, player_entity_id, media_id, "music")

Had the same issue, worked for me as well.

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

No branches or pull requests

7 participants