feat: audio player #146

Merged
verbiricha merged 1 commits from audio into main 2023-01-26 19:28:32 +00:00
verbiricha commented 2023-01-26 18:30:33 +00:00 (Migrated from github.com)
No description provided.
cloudflare-pages[bot] commented 2023-01-26 18:31:48 +00:00 (Migrated from github.com)

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 17e298d
Status:   Deploy successful!
Preview URL: https://9917762e.snort-social.pages.dev
Branch Preview URL: https://audio.snort-social.pages.dev

View logs

## Deploying with &nbsp;<a href="https://pages.dev"><img alt="Cloudflare Pages" src="https://user-images.githubusercontent.com/23264/106598434-9e719e00-654f-11eb-9e59-6167043cfa01.png" width="16"></a> &nbsp;Cloudflare Pages <table><tr><td><strong>Latest commit:</strong> </td><td> <code>17e298d</code> </td></tr> <tr><td><strong>Status:</strong></td><td>&nbsp;✅&nbsp; Deploy successful!</td></tr> <tr><td><strong>Preview URL:</strong></td><td> <a href='https://9917762e.snort-social.pages.dev'>https://9917762e.snort-social.pages.dev</a> </td></tr> <tr><td><strong>Branch Preview URL:</strong></td><td> <a href='https://audio.snort-social.pages.dev'>https://audio.snort-social.pages.dev</a> </td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/snort-social/9917762e-9b25-4408-8c6d-a1c137580cf5)
v0l commented 2023-01-26 18:56:55 +00:00 (Migrated from github.com)

On void.cat we use these media types:

case "audio/aac":
                case "audio/opus":
                case "audio/wav":
                case "audio/webm":
                case "audio/midi":
                case "audio/mpeg":
                case "audio/ogg": {
                ```
On void.cat we use these media types: ``` case "audio/aac": case "audio/opus": case "audio/wav": case "audio/webm": case "audio/midi": case "audio/mpeg": case "audio/ogg": { ```
v0l (Migrated from github.com) approved these changes 2023-01-26 19:28:26 +00:00
Sign in to join this conversation.
No description provided.