An OscilloGraph simulator, you can use it to play some special waveform files.
-
Download and Install
.Net 6 Runtime
-
Download
Oscillofun.zip
Copy
wave.wav
into the root directory. -
Run Program
./OscilloGraph wave.wav
It will launch an HttpServer and automatically open the browser to load the webpage.
Click the "Start" button, and enjoy it!
0: file the Wave File to play (Required)
Option | Description |
---|---|
--fps | The default is equal to 25 |
--url | The URL that the HTTP server should use |
--no-auto-open | Whether to open a webpage after the program started (default is enabled) |
--auto-render | Whether to render after the webpage has loaded (default is disabled) |
-h, --help | Show help message |
--version | Show version |
Version : v0.1.1 or higher
I use NAudio
to play audio, but NAudio can't work on Linux OS or macOS.
So I added a feature which allows users to choose how to play audio (NAudio
or FFMpeg
).
The default selection mode is auto
:
If you use Windows OS, it will select NAudio
. Otherwise it will use FFMpeg
.