https://github.com/scott-hamilton/controlsforfake
The Qt gui frontend for FakeMicWavPlayer.
https://github.com/scott-hamilton/controlsforfake
audio-player gui pulseaudio-client qml qt5
Last synced: 2 months ago
JSON representation
The Qt gui frontend for FakeMicWavPlayer.
- Host: GitHub
- URL: https://github.com/scott-hamilton/controlsforfake
- Owner: SCOTT-HAMILTON
- License: mit
- Created: 2020-04-30T10:53:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-01T21:10:53.000Z (almost 5 years ago)
- Last Synced: 2025-05-21T22:59:29.167Z (about 1 year ago)
- Topics: audio-player, gui, pulseaudio-client, qml, qt5
- Language: C++
- Size: 344 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Controls for Fake Microphone Wav Player
> If you prefer Gtk apps, checkout [ControlsForFake-gtk](https://github.com/SCOTT-HAMILTON/ControlsForFake-gtk)



This is the Gui frontend for the Fake Microphone Wav Player [https://github.com/SCOTT-HAMILTON/FakeMicWavPlayer](https://github.com/SCOTT-HAMILTON/FakeMicWavPlayer)
# Meson Building
To build it, run :
```sh
meson setup build
ninja -C build
ninja -C install
```
## Screenshots
Here are a few screenshots of the app.
> The app right when launched

> The app when all fields are entered

# Requirements
- [FakeLib](https://github.com/SCOTT-HAMILTON/FakeLib)
- [FakeMicWavPlayer](https://github.com/SCOTT-HAMILTON/FakeMicWavPlayer) (libFakeMicWavPlayer needed)
- Qt5
- QtQuick2
- libvorbis
- libogg
- libpulseaudio
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.
[//]: # (These are reference links used in the body of this note and get stripped out when the markdown processor does its job. There is no need to format nicely because it shouldn't be seen. Thanks SO - http://stackoverflow.com/questions/4823468/store-comments-in-markdown-syntax)
[meson manual]: