Skip to content

FAUSheppy/speech-server-client-qt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

326f395 · Jul 14, 2024

History

50 Commits
Feb 25, 2021
Aug 17, 2020
Jul 14, 2024
Sep 4, 2020
Sep 3, 2020
Aug 23, 2020
Nov 7, 2021
Nov 7, 2021
Sep 4, 2020
Nov 7, 2021
Nov 6, 2021
Feb 28, 2021
Nov 7, 2021
Sep 5, 2020
Sep 5, 2020
Aug 7, 2020
Aug 7, 2020
Sep 7, 2020
Sep 7, 2020
Nov 7, 2021
Sep 7, 2020
Sep 7, 2020
Sep 4, 2020
Sep 7, 2020
Sep 7, 2020
Sep 17, 2020
Sep 17, 2020
Sep 17, 2020
Nov 7, 2021
Nov 7, 2021
Sep 7, 2020

Repository files navigation

Intro

This is the GUI Interface to a proprietary server that interfaces with speech recognition backends.

Dependencies

apt-get install libqt5gui5

GUI Main-Window

Build on Linux

This is a qt-creator project and can be imported as such. To build for Windows (on Linux) you need MXE.

To download and compile MXE and dependencies:

git clone https://github.com/mxe/mxe.git
cd mxe && make qtbase
make -j 4 qt qt5 MXE_TARGETS='x86_64-w64-mingw32.shared i686-w64-mingw32.shared x86_64-w64-mingw32.static i686-w64-mingw32.static'
make qtbase

Setup the actual compilation enviroment:

MXE_ROOT=/path/to/mxe/root/
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$MXE_ROOT/usr/bin
$MXE_ROOT/usr/bin/i686-w64-mingw32.static-qmake-qt5
make

Also check the cross_compile.sh file in this project.

Mac Support?

I do not own a Mac, so I haven't tried, but there is no reason why it wouldn't run on a Mac.

Stylesheet

The stylesheet used is "Qt dark orange" by LoneWolf.

About

A qt client for the potaris speech recognition server/gateway.

Topics

Resources

License

Stars

Watchers

Forks

Languages