Replies: 1 comment
-
hi @mykhailobutkevych any solution ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to filter only .wav extension. I checked #240 and made similar code to handle this case, but unfortunately it doesn't work.
My code:
const iosTypes = ['com.microsoft.waveform-audio']
const androidTypes = ['audio/wav']
Beta Was this translation helpful? Give feedback.
All reactions