You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a plugin to record unprocessed audio with the following requirements as specified by @yatharthranjan:
There is requirement of a user interface, where a user can chose to start/stop an audio recording, playback a previously recorded audio and upload to radar-base with an upload button (it should not automatically upload as the use case is in hospital and the doctors will verify the recording before uploading to radar-base). After upload the local files need to be deleted (this is unlike the cache).
There is requirements to use external microphone (via USB). We need to allow the user to switch audio interfaces in the UI (the app can by default select the external mic if available).
Using the following library interfaces: AudioManager: To get a list of audio input devices, Set the external devices as default input device, etc. AudioRecord : To record the uncompressed audio, start and stop the recording of the audio. Here there are many audio properties as mentioned above that we can configure (audio encoders, format and sampling rates) MediaPlayer: To start and stop the playback of the previously recorded audio files.
The text was updated successfully, but these errors were encountered:
Create a plugin to record unprocessed audio with the following requirements as specified by @yatharthranjan:
The text was updated successfully, but these errors were encountered: