Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/melvyn2/MenuPlaythrough
- Owner: melvyn2
- License: gpl-3.0
- Created: 2019-02-25T02:07:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-24T01:36:58.000Z (about 3 years ago)
- Last Synced: 2024-08-03T09:05:59.863Z (4 months ago)
- Language: Python
- Size: 98.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - Menu Playthrough
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)