Detect .wav as playable audio?

I linked to a .wav file in a card. I wonder whatever audio player you are using supports wav files, and if so, maybe it can/should be detected as such?

https://storage.googleapis.com/cdn.typatone.com/renders/0.0.1/VE2GviqUSO/typatone.wav

image

Also, I made a beat with Roland 808303.studio which let me download my creation as an mp4. I created a card, and the video part works, but there’s no audio (when the mp4 does have audio). Should it?

image

:musical_note: creations – Kinopio

1 Like

Kinopio uses the standard html audio player that I’ve wrapped up with a custom look/feel

  • just shipped wav support, didn’t know ppl still used that lol

the video part works, but there’s no audio (when the mp4 does have audio). Should it?

I’ll have to look into that later, the video player currently only plays muted. That should be overrideable tho

1 Like

Awesome, I see it, thanks!

yeah, I think it’s the most common lossless format out there

1 Like

Doesn’t seem to recognize WAV files as playable anymore.

Also running into issues with M4A being recognized, but spinning like this…

1 Like

what browser are you using?

Doesn’t seem to recognize WAV files as playable anymore.

that’s on purpose, wav files are problematic for streaming audio because they can be 100mb+

issues with M4A being recognized

i should turn this into a file too, because i don’t think m4a can be played in mac safari (How to play m4a audio file in html audio player in MAC SAFARI browser - Stack Overflow)

in all cases i recommend converting to mp3 . in the future, the server may do that automatically

2 Likes