Sorry for the late response - yes, speech-dispatcher is installed
EDIT: I tried building it with both speech-dispatcher and espeak and then again with only either one of them installed, no TTS in all cases.
Git Clone URL: | https://aur.archlinux.org/mumble-git.git (read-only, click to copy) |
---|---|
Package Base: | mumble-git |
Description: | An Open Source, low-latency, high quality voice chat software (git version) |
Upstream URL: | https://www.mumble.info |
Keywords: | audio communication multimedia network voip |
Licenses: | BSD |
Conflicts: | mumble |
Provides: | mumble |
Submitter: | None |
Maintainer: | Radioactiveman |
Last Packager: | Radioactiveman |
Votes: | 46 |
Popularity: | 0.000000 |
First Submitted: | 2009-05-30 19:46 (UTC) |
Last Updated: | 2025-04-12 21:25 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 10 Next › Last »
Sorry for the late response - yes, speech-dispatcher is installed
EDIT: I tried building it with both speech-dispatcher and espeak and then again with only either one of them installed, no TTS in all cases.
@C0rn3j: Have you installed speech-dispatcher? It's an opt-dep for TTS.
At one point or another(jack2 switch? Been a while since I noticed it) building with espeak installed now doesn't make TTS work.
@Radioactiveman: Please use jack as dependency, as jack2 provides jack.
@C0rn3j: Works fine here, does anyone else have the same problem? Have you tried installing speech-dispatcher?
Can't build anymore
/usr/bin/ld: ../../release/.obj/mumble/AudioOutput.o: in function AudioOutput::addFrameToBuffer(ClientUser*, QByteArray const&, unsigned int, MessageHandler::UDPMessageType)':
AudioOutput.cpp:(.text+0xc09): undefined reference to
AudioOutputSpeech::AudioOutputSpeech(ClientUser*, unsigned int, MessageHandler::UDPMessageType)'
/usr/bin/ld: AudioOutput.cpp:(.text+0xc61): undefined reference to AudioOutputSpeech::addFrameToBuffer(QByteArray const&, unsigned int)'
/usr/bin/ld: ../../release/.obj/mumble/moc_AudioOutputSpeech.o:(.data.rel.ro._ZTV17AudioOutputSpeech[_ZTV17AudioOutputSpeech]+0x28): undefined reference to
AudioOutputSpeech::~AudioOutputSpeech()'
/usr/bin/ld: ../../release/.obj/mumble/moc_AudioOutputSpeech.o:(.data.rel.ro._ZTV17AudioOutputSpeech[_ZTV17AudioOutputSpeech]+0x30): undefined reference to AudioOutputSpeech::~AudioOutputSpeech()'
/usr/bin/ld: ../../release/.obj/mumble/moc_AudioOutputSpeech.o:(.data.rel.ro._ZTV17AudioOutputSpeech[_ZTV17AudioOutputSpeech]+0x70): undefined reference to
AudioOutputSpeech::needSamples(unsigned int)'
collect2: error: ld returned 1 exit status
@Martchus: Thanks for the suggestion, I have updated the PKGBUILD accordingly.
Maybe we want https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/mumble&id=9a938e1023f678a7927f2e7c693009c0d10eb9d6 here, too?
Mumble itself does not depend on libdbusmenu-qt5
. Maybe that requirement comes from a certain Qt 5 plugin which is loaded by mumble? In this case I wouldn't add libdbusmenu-qt5
as dependency.
@Refutationalist I don't have libdbusmenu-qt5 installed on my machine and Mumble still launches. What's the output if you start it in a console?
Depends on libdbusmenu-qt5
Will build, won't launch. Probably a few other qt5 packages, but I haven't tested that thoroughly.
Pinned Comments
Radioactiveman commented on 2020-06-02 17:17 (UTC)
If you experience the problem below when updating packages, first remove
mumble-git
, then update all packages includingprotobuf
and finally compilemumble-git
again.