javascript - Get Audio Blob from AWS S3 -


i'm using ajax retrieve wav file aws s3 uploaded using cors/formdata method found here. seem getting data fine, when try create blob body of object returned s3's getobject , link audio tag via createobjecturl, file doesn't play.

any pointers on bridging gap buffer response getobject playing audio in audio tag?

i figured out. solution get signed url audio file.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -