[DEV] add basic airtaudio
This commit is contained in:
parent
1b94a81174
commit
9f4bd697e8
2
external/airtaudio
vendored
2
external/airtaudio
vendored
@ -1 +1 @@
|
|||||||
Subproject commit fca89ede0305e0ce30185f7c2d2f50601fed8bf2
|
Subproject commit 56836c78767759c202ca8cf79e13e05fb0a7ae7a
|
@ -136,13 +136,11 @@ public abstract class EwolActivity extends Activity implements EwolCallback, Ewo
|
|||||||
|
|
||||||
@Override protected void onStart() {
|
@Override protected void onStart() {
|
||||||
super.onStart();
|
super.onStart();
|
||||||
// call C
|
|
||||||
EWOL.onStart();
|
EWOL.onStart();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override protected void onRestart() {
|
@Override protected void onRestart() {
|
||||||
super.onRestart();
|
super.onRestart();
|
||||||
// call C
|
|
||||||
EWOL.onReStart();
|
EWOL.onReStart();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -155,7 +153,6 @@ public abstract class EwolActivity extends Activity implements EwolCallback, Ewo
|
|||||||
mAudioThread.start();
|
mAudioThread.start();
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
// call C
|
|
||||||
EWOL.onResume();
|
EWOL.onResume();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -172,7 +169,6 @@ public abstract class EwolActivity extends Activity implements EwolCallback, Ewo
|
|||||||
} catch(InterruptedException e) { }
|
} catch(InterruptedException e) { }
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
// call C
|
|
||||||
EWOL.onPause();
|
EWOL.onPause();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -83,4 +83,4 @@ public class EwolAudioTask implements Runnable, EwolConstants
|
|||||||
}
|
}
|
||||||
m_stopAudioThreads=true;
|
m_stopAudioThreads=true;
|
||||||
}
|
}
|
||||||
}/* no ; here !!! */
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user