Adds basic support for native APIs for a local song player.

This commit is contained in:
Markil3
2021-07-17 07:20:14 -06:00
parent 704ab06f85
commit 94ffd80c8d
12 changed files with 968 additions and 1 deletions

11
WavReader/build.gradle Normal file
View File

@@ -0,0 +1,11 @@
/*
* Copyright (c) 2021 William Hubbard. All Rights Reserved.
*/
apply plugin: "java"
apply plugin: "application"
sourceCompatibility = 1.8
targetCompatibility = 1.8
mainClassName = "MetaReader"