dipnaze32

Results 3 issues of dipnaze32

Error:Execution failed for task ':app:processDebugManifest'. > Manifest merger failed : Attribute application@label value=(SociofeedbackV2) from AndroidManifest.xml:22:9-40 is also present at [com.pnikosis:materialish-progress:1.0] AndroidManifest.xml:14:9-41 value=(@string/app_name). Suggestion: add 'tools:replace="android:label"' to element at AndroidManifest.xml:19:5-94:19 to...

Hi I am having issue with non-static handle due to a static context class AndroidAudioInputStream implements TarsosDSPAudioInputStream { private AudioRecord underlyingStream; private final TarsosDSPAudioFormat format; public AndroidAudioInputStream(AudioRecord underlyingStream, TarsosDSPAudioFormat format)...

how may I write an output wav file while pitch detecting? using writerprocesser? wave header? how do i implement the coding? Thanks!