diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 051ea8e9..addcb052 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,40 +1,41 @@ - - - + + + - - - - - + + + + + - - - + + + - - - - - + + + + + - - - + + + - + - - + + + diff --git a/android/sound.cpp b/android/sound.cpp index 4dd6690f..8afa644b 100644 --- a/android/sound.cpp +++ b/android/sound.cpp @@ -101,6 +101,8 @@ CSound::CSound ( void (*fpNewProcessCallback) ( CVector& psData, void* ar recorderReq ); // realize the audio recorder +// TEST +SLresult test = (*recorderObject)->Realize ( recorderObject, SL_BOOLEAN_FALSE ); @@ -111,7 +113,7 @@ CSound::CSound ( void (*fpNewProcessCallback) ( CVector& psData, void* ar // get the audio recorder simple buffer queue interface // TEST -SLresult test = +//SLresult test = (*recorderObject)->GetInterface ( recorderObject, SL_IID_ANDROIDSIMPLEBUFFERQUEUE, &recorderSimpleBufQueue );