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
in the form click select file, and then navigate to your iphone local folder, (see instructions above) and ideally you have already exported a recording locally from voice memos.
see that you are unable to select the audio
Expected behavior
Expect to be able to select and upload voice memo files. Screenshots NA
Desktop (please complete the following information):
Tested in electron app, and doesn't seem to be a problem on desktop. eg you can upload/add audio voice memos files. 🤷♂️
Smartphone (please complete the following information):
Describe the bug
When using this client as part of firebase web app github.com/pietrop/digital-paper-edit-firebase I noticed that you are not able to select voice memo audios MIME Type
audio/x-m4a
. (following these instructions) It appears grayed out in the list and unable to be selected.To Reproduce
To reproduce you'd need to
Expected behavior
Expect to be able to select and upload voice memo files.
Screenshots
NA
Desktop (please complete the following information):
Tested in electron app, and doesn't seem to be a problem on desktop. eg you can upload/add audio voice memos files. 🤷♂️
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
In the transcript form, by changing the
accept
attribute to include theaudio/x-m4a
MIME type explicitly seems to fix this. pietrop/digital-paper-edit-client/src/Components/Transcripts/TranscriptForm.js#L182The text was updated successfully, but these errors were encountered: