Skip to content

Commit

Permalink
Fix Sound API testmod
Browse files Browse the repository at this point in the history
  • Loading branch information
apple502j committed Apr 12, 2024
1 parent 9191834 commit bd4e617
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public AudioFormat getFormat() {
}

@Override
public ByteBuffer getBuffer(int capacity) {
public ByteBuffer read(int capacity) {
ByteBuffer buffer = BufferUtils.createByteBuffer(capacity);

for (int i = 0; i < capacity; i++) {
Expand Down

0 comments on commit bd4e617

Please sign in to comment.