Mercurial > vba-clojure
comparison java/src/com/aurellem/gb/Gb.java @ 525:fa7676dbf6f2
sound recording test now works.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 24 Jun 2012 13:12:51 -0500 |
parents | 7ef5c73ea8fa |
children | 2620d6318e8d |
comparison
equal
deleted
inserted
replaced
524:7ef5c73ea8fa | 525:fa7676dbf6f2 |
---|---|
139 | 139 |
140 public static native int getSoundFrameWritten(); | 140 public static native int getSoundFrameWritten(); |
141 | 141 |
142 public static native void setSoundFrameWritten(int frames); | 142 public static native void setSoundFrameWritten(int frames); |
143 | 143 |
144 public static native void getFrameSound2(byte[] store); | |
145 | |
144 } | 146 } |