padu22

Results 6 comments of padu22

After struggling with this on UT, I've opened a thread at the UBports forum [sound issue playing music and voice navigation](https://forums.ubports.com/topic/4783/sound-issue-playing-music-and-voice-navigation). There was a comment about [PA providing "alert" audio...

Reading QTMultimedia docs, I stumbled upon `Audio` property [audioRole](https://doc.qt.io/qt-5/qml-qtmultimedia-audio.html#audioRole-prop), which provides a value `AlarmRole`. So, I added the line ```QML audioRole: AlarmRole ``` to the `Audio` section, but when trying...

Thanks! Pure Maps starts indeed again when using `audioRole: AlarmRole` and requesting QTMultimedia 5.6. Yet, again I find a log message ``` file://opt/click.ubuntu.com/pure-maps-slim.jonnius/1.28.1/share/pure-maps-slim.jonnius/qml/pure-maps-slim.jonnius.qml:92: ReferenceError: AlarmRole is not defined ``` Obviously,...

> I think it should be `Audio.AlarmRole` instead. That's it! With `Audio.AlarmRole` other audio streams are damped. Though, alarm audio stream seems to be played at heart attacking maximum volume,...

Have to get an API key first. Test voice is too short to do proper testing. Will report back.

While the test voice works, I get no voice directions when doing true navigation, whether I use `audioRole` or not. I'm on the slim version with Pico TTS only, currently....