Hi ,I use Android BSP to development android file system. Now i test Audio function use Sound Recorder, but it is failed. failed log is "can't access USB storage"
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi ,I use Android BSP to development android file system. Now i test Audio function use Sound Recorder, but it is failed. failed log is "can't access USB storage"
* What audio functionality are you trying to test on the AM5728? (audio out through a certain peripheral, audio in through a certain peripheral, audio file playback, mic in, etc).
* What is Sound Recorder? I see several Android and windows apps with that name.
Update: I see Sound Recorder on the board and can replicate your error. Debugging now.
The "Sound Recorder" app is not granted permissions by default. Please
1) go to the home screen
2) swipe down from the top of the screen - there should be a dark grey box with the time and date
3) swipe down on the grey box. A gear icon should appear at the top of the grey box
4) Select the gear icon and select Device > Apps
5) Select the Sound Recorder app
6) Under permissions, turn on Microphone and Storage
Edit: I was able to record audio input to the audio-in jack. Set your audio source to full volume, because the recorded audio will be very quiet. There were loud clicks in the recording - this is a known bug for 04.00 and 04.01. I am checking to see if it is resolved for 04.02 onwards.
Do these steps resolve your issue?