Grandpa-G Posted February 29, 2016 Share Posted February 29, 2016 Running Mumble on Raspberry Pi with terminal window so I see all the console message. I get this error with the number 25 or 36 repeated about every second or so. I hate just ignoring errors. I built mumble from source using the instructions given in the Mumble docs.What, if anything, is wrong? Grandp-GHere from the beginning. Link to comment Share on other sites More sharing options...
Grandpa-G Posted February 29, 2016 Author Share Posted February 29, 2016 I didn't mean to double post, there was a server error apparently with a message. Sorry. Grandp-GHere from the beginning. Link to comment Share on other sites More sharing options...
Administrators mkrautz Posted March 8, 2016 Administrators Share Posted March 8, 2016 I believe SpeexDSP in Raspbian is built in fixed point mode, so it lacks some features we're using (we use float mode). Link to comment Share on other sites More sharing options...
Grandpa-G Posted March 9, 2016 Author Share Posted March 9, 2016 Am I able to recompile this function? From what I can tell, Raspberry does support floating point. Grandp-GHere from the beginning. Link to comment Share on other sites More sharing options...
Administrators mkrautz Posted March 10, 2016 Administrators Share Posted March 10, 2016 There should be no problem using the floating point mode of SpeexDSP on Raspberry Pi -- except for the fact that the Raspbian pre-built version is built without it.You should be able to build it from source with ./configure --enable-float (I believe that's what the configure option is called -- maybe something else, check the --help!)Alternatively, you can build Mumble with qmake -recursive main.pro CONFIG+="release bundled-speex bundled-celt bundled-opus" to skip the system's Speex/CELT/Opus libraries!If you encounter any problems, feel free to follow up. Someone will probably be able to help you. Link to comment Share on other sites More sharing options...
Grandpa-G Posted March 10, 2016 Author Share Posted March 10, 2016 There is no ./configure in the source files that I can find.I will try the other option. Grandp-GHere from the beginning. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now