2024-07-14 22:04:36 +02:00
2020-09-03 23:56:33 +02:00
2020-08-23 22:19:43 +02:00
2021-11-07 13:19:35 +01:00
2021-11-07 13:19:35 +01:00
2020-08-17 04:27:46 +02:00
2021-11-07 13:19:35 +01:00
2021-02-28 17:59:01 +01:00
2021-11-07 13:19:35 +01:00
2021-11-07 13:19:35 +01:00
2024-07-14 22:04:36 +02:00
2020-09-07 20:12:13 +02:00
2020-09-17 17:59:24 +02:00
2021-11-07 12:56:56 +01:00
2021-11-07 13:19:35 +01:00

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.

Description
A qt client for the potaris speech recognition server/gateway.
Readme GPL-3.0 234 KiB
Languages
C++ 98.6%
QMake 0.8%
C 0.4%
Shell 0.2%