If you prefer Gtk apps, checkout ControlsForFake-gtk
This is the Gui frontend for the Fake Microphone Wav Player https://github.com/SCOTT-HAMILTON/FakeMicWavPlayer
To build it, run :
meson setup build
ninja -C build
ninja -C install
Here are a few screenshots of the app.
The app right when launched
The app when all fields are entered
- FakeLib
- FakeMicWavPlayer (libFakeMicWavPlayer needed)
- Qt5
- QtQuick2
- libvorbis
- libogg
- libpulseaudio
ControlsForFake is delivered as it is under the well known MIT License
- Translations (french only, I don't speak that much languages, help is welcomed)
- Meson qt5 module is obscure, I didn't find anyway of telling meson to compile the translation files before preprocessing the ressource files. This is why I keep those ugly precompiled qm files 🤮. If you know how to fix this, please tell me.