We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Audio Recorder not working Android 6.0 but working fine in Android 8.1. I added everything which is mentioned in Readme.MD. Always returning filepath as null. Device Log: 01-23 02:30:24.057 22826-22826/com.mobilelivetranslation D/AudioRecord: set(): inputSource 1, sampleRate 48000, format 0x1, channelMask 0x10, frameCount 1024, notificationFrames 0, sessionId 0, transferType 0, flags 0, opPackageName com.mobilelivetranslation uid -1, pid -1 01-23 02:30:24.069 22826-22826/com.mobilelivetranslation D/AudioRecord: set: Create AudioRecordThread 01-23 02:30:24.070 22826-22826/com.mobilelivetranslation D/AudioRecord: openRecord_l 01-23 02:30:24.078 22826-23344/com.mobilelivetranslation D/AudioSystem: getIoDescriptor: ioHandle = 1987, index = -2, mIoDescriptors = 0x7fa347e950 01-23 02:30:24.081 22826-22826/com.mobilelivetranslation D/AudioRecord: start, sync event 0 trigger session 0 01-23 02:30:24.115 22826-23315/com.mobilelivetranslation D/AudioSystem: getIoDescriptor: ioHandle = 1987, index = 1, mIoDescriptors = 0x7fa347e950 01-23 02:30:24.118 22826-22826/com.mobilelivetranslation D/AudioRecord: return status 0 01-23 02:30:25.277 22826-22878/com.mobilelivetranslation D/ConnectivityManager.CallbackHandler: CM callback handler got msg 524294 01-23 02:30:26.669 22826-23273/com.mobilelivetranslation D/AudioRecord: stop 01-23 02:30:26.669 22826-23273/com.mobilelivetranslation D/AudioTrackShared: front(98304), mIsOut 0, interrupt() FUTEX_WAKE 01-23 02:30:26.795 22826-23273/com.mobilelivetranslation D/AudioRecord: -stop 01-23 02:30:26.795 22826-23273/com.mobilelivetranslation D/AudioRecord: stop 01-23 02:30:26.795 22826-23273/com.mobilelivetranslation D/AudioRecord: stop 01-23 02:30:26.795 22826-23273/com.mobilelivetranslation D/AudioRecord: stop 01-23 02:30:26.795 22826-23273/com.mobilelivetranslation D/AudioTrackShared: front(99328), mIsOut 0, interrupt() FUTEX_WAKE 01-23 02:30:26.798 22826-23344/com.mobilelivetranslation D/AudioSystem: getIoDescriptor: ioHandle = 1987, index = 1, mIoDescriptors = 0x7fa347e950 01-23 02:30:31.400 22826-22878/com.mobilelivetranslation D/ConnectivityManager.CallbackHandler: CM callback handler got msg 524294
Please check the log and let me know where is the issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Audio Recorder not working Android 6.0 but working fine in Android 8.1. I added everything which is mentioned in Readme.MD. Always returning filepath as null.
Device Log:
01-23 02:30:24.057 22826-22826/com.mobilelivetranslation D/AudioRecord: set(): inputSource 1, sampleRate 48000, format 0x1, channelMask 0x10, frameCount 1024, notificationFrames 0, sessionId 0, transferType 0, flags 0, opPackageName com.mobilelivetranslation uid -1, pid -1
01-23 02:30:24.069 22826-22826/com.mobilelivetranslation D/AudioRecord: set: Create AudioRecordThread
01-23 02:30:24.070 22826-22826/com.mobilelivetranslation D/AudioRecord: openRecord_l
01-23 02:30:24.078 22826-23344/com.mobilelivetranslation D/AudioSystem: getIoDescriptor: ioHandle = 1987, index = -2, mIoDescriptors = 0x7fa347e950
01-23 02:30:24.081 22826-22826/com.mobilelivetranslation D/AudioRecord: start, sync event 0 trigger session 0
01-23 02:30:24.115 22826-23315/com.mobilelivetranslation D/AudioSystem: getIoDescriptor: ioHandle = 1987, index = 1, mIoDescriptors = 0x7fa347e950
01-23 02:30:24.118 22826-22826/com.mobilelivetranslation D/AudioRecord: return status 0
01-23 02:30:25.277 22826-22878/com.mobilelivetranslation D/ConnectivityManager.CallbackHandler: CM callback handler got msg 524294
01-23 02:30:26.669 22826-23273/com.mobilelivetranslation D/AudioRecord: stop
01-23 02:30:26.669 22826-23273/com.mobilelivetranslation D/AudioTrackShared: front(98304), mIsOut 0, interrupt() FUTEX_WAKE
01-23 02:30:26.795 22826-23273/com.mobilelivetranslation D/AudioRecord: -stop
01-23 02:30:26.795 22826-23273/com.mobilelivetranslation D/AudioRecord: stop
01-23 02:30:26.795 22826-23273/com.mobilelivetranslation D/AudioRecord: stop
01-23 02:30:26.795 22826-23273/com.mobilelivetranslation D/AudioRecord: stop
01-23 02:30:26.795 22826-23273/com.mobilelivetranslation D/AudioTrackShared: front(99328), mIsOut 0, interrupt() FUTEX_WAKE
01-23 02:30:26.798 22826-23344/com.mobilelivetranslation D/AudioSystem: getIoDescriptor: ioHandle = 1987, index = 1, mIoDescriptors = 0x7fa347e950
01-23 02:30:31.400 22826-22878/com.mobilelivetranslation D/ConnectivityManager.CallbackHandler: CM callback handler got msg 524294
Please check the log and let me know where is the issue.
The text was updated successfully, but these errors were encountered: