79227241

Date: 2024-11-26 15:10:52
Score: 0.5
Natty:
Report link

You simply take the buffers and concatenate them along with a wav header in arraybuffer format, then convert the result to base64 and play it with expo-av :

await Audio.Sound.createAsync({ uri: 'data:audio/wav;base64,' + yourBase64String }, { shouldPlay: true })
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: UPanda