'Play audio data from java ByteArray
Solution 1:[1]
You can try using a Data Uri to map the data to a file on-the-fly and input that into something that can play an auio file from a uri (such as the HTML audio component). You could also just save this buffer to a file and play that.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | ysb |

