Bug 432031 - using null output device, none available
Summary: using null output device, none available
Status: REPORTED
Alias: None
Product: kmouth
Classification: Applications
Component: general (other bugs)
Version First Reported In: 1.1.1
Platform: Debian stable Linux
: NOR normal
Target Milestone: ---
Assignee: Gunnar Schmidt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-24 12:31 UTC by Lucas ramos
Modified: 2021-01-24 12:31 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas ramos 2021-01-24 12:31:27 UTC
SUMMARY

After installing the software and letting all configurations to default when clicking the button speak i got the error:

using null output device, none available
qt.speech.tts.flite: "Failed to start audio output (error 1)"

STEPS TO REPRODUCE
1. run: sudo apt update
2. run: sudo apt intall kmouth
3. run: kmouth
4. write a text
5. click in the speak button

OBSERVED RESULT
No sound is emitted and in the terminal i can see the error:

using null output device, none available
qt.speech.tts.flite: "Failed to start audio output (error 1)"

EXPECTED RESULT
That the sound representing the word i tipped is emitted and there is no erro in the console


SOFTWARE/OS VERSIONS
Qt Version: 5.12.8

ADDITIONAL INFORMATION
After the error occurred i tried installed the Qt package with the command:  

sudo apt-get install qt5-default

But nothing changed.