Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions SiriServer.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ def main():
x.debug("-> Will use default select interface")
from twisted.internet import reactor

if exists("/usr/lib/sse2/libspeex.so.1"):
x.error("There is already a libspeex on your machine which is optimized for SSE2 which does not work with python. This couses the server to crash just after a SpeechPacket. To Fix, delete \"/usr/lib/sse2/libspeex.so.1\".")

x.info("Starting server on port {0}".format(options.port))
if options.sslDisabled:
Expand Down