Samsung Volume Level is a CLI application that connects to Samsung TVs and acts as an automatic volume manager. Using your device's microphone, it listens to the current volume output of your TV and automatically adjusts the volume if it's too high or too low. Additionally, it can function as a remote control, allowing you to manage volume, channels, and more directly from your terminal.
- Automatic Volume Management:
- Monitors TV audio output using your device's microphone.
- Automatically lowers the volume if it's too high or raises it if it's too low.
- Remote Control:
- Adjust volume, change channels, and control other TV functions from the CLI.
- Easy Setup:
- No special dependencies or requirements beyond Node.js and npm.
-
Clone this repository:
git clone https://github.com/yourusername/samsung-volume-level.git cd samsung-volume-level -
Install dependencies:
npm install
To start the CLI app, run:
npm run startFollow the on-screen prompts to connect to your Samsung TV and begin managing your volume automatically or use the remote control features.