cleaned code and tuned audio analyzer
This commit is contained in:
@@ -148,4 +148,11 @@ public class WavDecoder {
|
||||
return samplesRead;
|
||||
}
|
||||
|
||||
public void cleanAndClose() {
|
||||
try {
|
||||
readStream.close();
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user