https://github.com/nodef/extra-sound.cmd
Produce sound of specific frequency in Windows Console.
https://github.com/nodef/extra-sound.cmd
console extra frequency merferry produce program sound specific windows
Last synced: about 2 months ago
JSON representation
Produce sound of specific frequency in Windows Console.
- Host: GitHub
- URL: https://github.com/nodef/extra-sound.cmd
- Owner: nodef
- License: mit
- Created: 2017-10-16T18:09:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T19:58:38.000Z (about 1 year ago)
- Last Synced: 2025-08-11T01:10:14.927Z (10 months ago)
- Topics: console, extra, frequency, merferry, produce, program, sound, specific, windows
- Language: C#
- Homepage: https://cmdf.github.io/extra-sound/
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Produce sound of specific frequency in Windows Console.
> 1. Download [exe file](https://github.com/cmdf/extra-sound/releases/download/1.0.0/esound.exe).
> 2. Copy to `C:\Program_Files\Scripts`.
> 3. Add `C:\Program_Files\Scripts` to `PATH` environment variable.
```batch
> esound
:: [] -> optional argument
:: <> -> argument value
```
```batch
:: a 500Hz sound for 1s
> esound 500 1000
:: a 1kHz sound for 250ms
> esound 1000 250
:: silence for 10s
> esound 0 10000
```
[](https://cmdf.github.io)
