minor file location refactor, openAL sourceID reflected correctly now

This commit is contained in:
2018-08-09 01:08:33 -05:00
parent 0d2b48f0c2
commit 4a7f4962e2
4 changed files with 13 additions and 11 deletions

View File

@@ -5,5 +5,4 @@ public interface PCMSystem {
float[] getFrequencyBins();
int getWindowSize();
}