A fun SMS and phone call bot backed by XMPP and AI endpoints
Go to file
2024-08-06 22:25:48 -07:00
.idea Initial commit 2024-08-06 22:25:48 -07:00
cmake Initial commit 2024-08-06 22:25:48 -07:00
qxmpp@7c189b0cad Initial commit 2024-08-06 22:25:48 -07:00
.gitignore Initial commit 2024-08-06 22:25:48 -07:00
.gitmodules Initial commit 2024-08-06 22:25:48 -07:00
CMakeLists.txt Initial commit 2024-08-06 22:25:48 -07:00
config_example.h Initial commit 2024-08-06 22:25:48 -07:00
main.cpp Initial commit 2024-08-06 22:25:48 -07:00
main.h Initial commit 2024-08-06 22:25:48 -07:00
miku.webp Initial commit 2024-08-06 22:25:48 -07:00
README.md Initial commit 2024-08-06 22:25:48 -07:00

Vocaloid STI (Synthesizer Telephonic Interface)

Call or text Hatsune Miku.

+1 (571) 669-3939

Build Instructions

Make sure you have Qt 6, GStreamer and CMake installed.

First, clone this repo and the qxmpp submodule. Inside of the qxmpp directory, run:

mkdir build
cd build
cmake .. -DWITH_GSTREAMER=ON -DQT_VERSION_MAJOR=6
cmake --build . -j$(nproc)
sudo cmake --build . --target install

Copy config_example.h to config.h and fill in the necessary credentials.

Then from this repo's root, run:

mkdir build
cd build
cmake ..
cmake --build . -j$(nproc)