https://github.com/mslinn/audiotest
https://github.com/mslinn/audiotest
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mslinn/audiotest
- Owner: mslinn
- Created: 2019-06-17T05:25:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-17T05:36:45.000Z (almost 6 years ago)
- Last Synced: 2025-01-09T01:12:36.216Z (4 months ago)
- Language: Java
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AudioTest
[](https://badge.fury.io/gh/mslinn%2FaudioTest)
Messing around with DSP on the JVM with Scala.
## Running the Program
The `bin/run` Bash script assembles this project into a fat jar and runs it.
Sample usage, which runs the `Hello` entry point in `src/main/scala/Hello.scala`:```
$ bin/run AudioTest
```The `-j` option forces a rebuild of the fat jar.
Use it after modifying the source code.```
$ bin/run -j AudioTest
```