Anki audios error

my anki does not reproduce the audios of the texts. he asks me to install mpv or mplayer2, but i already installed it.

  • the add-on is awesome TTS
    I use Linux Ubuntu 20:04

Maybe mpv is not working for some reason. Maybe open the terminal, type mpv and press Enter. It should return something like

mpv git-2020-04-17-a09c769 Copyright © 2000-2020 mpv/MPlayer/mplayer2 projects
built on Sun Apr 19 20:30:24 UTC 2020
FFmpeg library versions:

Maybe find mpv in the list of installed applications and try to play any audio file with it.

Do you hear the sound without the AwesomeTTS add-on, i.e. if you manually add the audio file to the card and review it?

As an alternative, just to make sure that mpv is working, open the Debug Console in Anki, copy-paste these lines and press Enter.

https://docs.ankiweb.net/#/misc?id=debug-console

from aqt.sound import mpvManager
print(mpvManager.get_property("mpv-version"))

It should return something like

mpv 0.32.0

Or maybe create a new issue on GitHub - https://github.com/AwesomeTTS/awesometts-anki-addon/issues