https://github.com/jamland/mono-switch
🙉🖲 Tool for quick switch between system STEREO / MONO audio output using shortcuts.
https://github.com/jamland/mono-switch
electron-app macos mono-sound mono-stereo stereo-sound
Last synced: 5 months ago
JSON representation
🙉🖲 Tool for quick switch between system STEREO / MONO audio output using shortcuts.
- Host: GitHub
- URL: https://github.com/jamland/mono-switch
- Owner: jamland
- License: mit
- Created: 2019-04-20T13:25:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T18:42:32.000Z (over 2 years ago)
- Last Synced: 2025-08-20T00:49:57.279Z (11 months ago)
- Topics: electron-app, macos, mono-sound, mono-stereo, stereo-sound
- Language: JavaScript
- Homepage:
- Size: 2.98 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mono Switch
The only purpose of this tool is quickly switch between MONO / STEREO audio output using menu or shortcuts.
It can be done with keyboard shortcuts: `CTL + CMD + M`
or via tray menu item. Here is [demo video of this tool](https://youtu.be/_v50dU9_ubc).
## Get Mono Switch
[👉 Download the latest release](https://github.com/jamland/mono-switch/releases/download/v1.0.0/Mono.Switch-1.0.0.dmg) (macOS only)
## System Requirements
macOs. Tested only with macOs Mojave, 10.14.x
## Development Notes
### How To Use?
// TODO: Need generate macOs app from this files
### Getting Started
// TODO: follow this template:
// https://gist.github.com/PurpleBooth/109311bb0361f32d87a2
### Development
The use of the [yarn](https://yarnpkg.com/) package manager is **strongly** recommended, as opposed to using `npm`, by [electron-webpack-quick-start](https://github.com/electron-userland/electron-webpack-quick-start) used as basis for this project.
```bash
# install dependencies
yarn
```
### Development Scripts
```bash
# run application in development mode
yarn dev
# compile source code and create webpack output
yarn compile
# `yarn compile` & create build with electron-builder
yarn dist
# `yarn compile` & create unpacked build with electron-builder
yarn dist:dir
```
### This project uses
+ [electron-webpack-quick-start](https://github.com/electron-userland/electron-webpack-quick-start)
+ [electron-webpack](https://github.com/electron-userland/electron-webpack)
+ [electron-builder](https://www.electron.build)
## License
This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/jamland/mono-switch/blob/master/LICENSE) file for details
## Privacy Policy
Simply, NO personal data is collected, stored or shared w/ 3rd parties