Converts the project to use a licensed WAVE file reader.
This is easier to distribute.
This commit is contained in:
@@ -17,7 +17,9 @@ dependencies {
|
||||
// The production code uses the SLF4J logging API at compile time
|
||||
implementation 'org.slf4j:slf4j-api:1.7.25'
|
||||
implementation 'com.google.code.gson:gson:2.8.7'
|
||||
implementation project(":WavReader")
|
||||
implementation 'com.googlecode.soundlibs:jlayer:1.0.1.4'
|
||||
implementation 'com.mpatric:mp3agic:0.9.1'
|
||||
implementation project(":libwave")
|
||||
|
||||
// Declare the dependency for your favourite test framework you want to use in your tests.
|
||||
// TestNG is also supported by the Gradle Test task. Just change the
|
||||
|
||||
Reference in New Issue
Block a user