Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.92 KB

README.md

File metadata and controls

58 lines (37 loc) · 1.92 KB

Controls for Fake Microphone Wav Player

If you prefer Gtk apps, checkout ControlsForFake-gtk

powered by Pulseaudio

Powered by Pulseaudio

Travis CI Build Status

This is the Gui frontend for the Fake Microphone Wav Player https://github.com/SCOTT-HAMILTON/FakeMicWavPlayer

Meson Building

To build it, run :

meson setup build
ninja -C build
ninja -C install

Screenshots

Here are a few screenshots of the app.

The app right when launched

App screen shot, no action done

The app when all fields are entered

App screen shot, all fields entered

Requirements

License

ControlsForFake is delivered as it is under the well known MIT License

Todo - work in progress

  • 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.