Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

MidstallSoftware/openmic

Repository files navigation

OpenMic

GitHub Workflow Status GitHub last commit

A free and open source real time voice effects software.

Dependencies

  • GTK (Not needed if the GUI is disabled)
  • NCurses (Not needed if the TUI is disabled)
  • PortAudio 2.0
  • OpenAL

Building

Building can be achieved using meson, ex:

$ meson build
$ ninja -C build

A shared and static library are automatically produced along with the executables. To build just the library, you can run meson with these arguments: -D enable_gui=false -D enable_cli=false -D enable_tui=false.