Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/melvyn2/MenuPlaythrough

Small menubar app to play audio inputs through outputs.
https://github.com/melvyn2/MenuPlaythrough

Last synced: 26 days ago
JSON representation

Small menubar app to play audio inputs through outputs.

Awesome Lists containing this project

README

        

Menu Playthrough
================
Play an audio input into an output, in your menubar!

![Screenshot of running app](imgs/preview.png)

Dependencies
------------
- [RUMPS](https://github.com/jaredks/rumps/)
- [pysounddevice-hotplug](https://github.com/melvyn2/python-sounddevice-hotplug)
- [PyInstaller](https://github.com/pyinstaller/pyinstaller)

Running/Building
----------------
You can run the progam directly:

```bash
$ ./main.py # or
$ python3 main.py
```
Or you can build it with PyInstaller and run the result:

```bash
$ pyinstaller main.spec
$ open dist/MenuPlaythrough.app # or
$ dist/MenuPlaythrough/MenuPlaythrough
```

License
-------
This program is licensed under the GNU General Public License version 3.
The full license is included in the [LICENSE file](LICENSE), or can be obtained [online here.](https://www.gnu.org/licenses/gpl.txt)