|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | | - <title>audiojs · modular web audio toolkit</title> |
| 6 | + <title>audiojs · open audio stack for JavaScript</title> |
| 7 | + <meta name="description" content="Open audio stack for JavaScript. Decode, process, synthesize and play — same code on Browser, Node, Deno and Bun. 48 modular packages. W3C Web Audio · WPT 100%."> |
| 8 | + <meta name="theme-color" content="#0d1014"> |
| 9 | + <meta name="robots" content="index, follow"> |
| 10 | + <link rel="canonical" href="https://audiojs.org/"> |
| 11 | + <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Ccircle cx='24' cy='24' r='24' fill='%230d1014'/%3E%3Cpath d='M3.73 24.42c5.39 0 6.26-.12 9-6.15 3.54-7.78 6.18-8.6 10.08 6.15 3.9 14.74 7.04 12.71 9.84 3.95 4.07-12.77 5.14-3.95 9.91-3.95h1.7' stroke='%23edebe4' fill='none'/%3E%3Cline x1='3.36' y1='24.36' x2='44.64' y2='24.36' stroke='%23edebe4'/%3E%3C/svg%3E"> |
| 12 | + |
| 13 | + <!-- Open Graph --> |
| 14 | + <meta property="og:type" content="website"> |
| 15 | + <meta property="og:url" content="https://audiojs.org/"> |
| 16 | + <meta property="og:title" content="audiojs · open audio stack for JavaScript"> |
| 17 | + <meta property="og:description" content="Decode, process, synthesize and play — same code on Browser, Node, Deno and Bun. 48 modular packages. W3C Web Audio · WPT 100%."> |
| 18 | + <meta property="og:site_name" content="audiojs"> |
| 19 | + |
| 20 | + <!-- Twitter --> |
| 21 | + <meta name="twitter:card" content="summary_large_image"> |
| 22 | + <meta name="twitter:site" content="@audio_js"> |
| 23 | + <meta name="twitter:title" content="audiojs · open audio stack for JavaScript"> |
| 24 | + <meta name="twitter:description" content="Decode, process, synthesize and play — same code on Browser, Node, Deno and Bun. 48 modular packages. W3C Web Audio · WPT 100%."> |
| 25 | + |
| 26 | + <script type="application/ld+json"> |
| 27 | + { |
| 28 | + "@context": "https://schema.org", |
| 29 | + "@graph": [ |
| 30 | + { |
| 31 | + "@type": "Organization", |
| 32 | + "@id": "https://audiojs.org/#org", |
| 33 | + "name": "audiojs", |
| 34 | + "url": "https://audiojs.org/", |
| 35 | + "sameAs": ["https://github.com/audiojs", "https://www.npmjs.com/org/audiojs", "https://x.com/audio_js"] |
| 36 | + }, |
| 37 | + { |
| 38 | + "@type": "SoftwareSourceCode", |
| 39 | + "name": "audiojs", |
| 40 | + "description": "Open audio stack for JavaScript. Cross-runtime modules for decode, encode, synthesis, analysis and DSP.", |
| 41 | + "url": "https://audiojs.org/", |
| 42 | + "codeRepository": "https://github.com/audiojs", |
| 43 | + "programmingLanguage": "JavaScript", |
| 44 | + "license": "https://opensource.org/licenses/MIT", |
| 45 | + "author": { "@id": "https://audiojs.org/#org" } |
| 46 | + } |
| 47 | + ] |
| 48 | + } |
| 49 | + </script> |
| 50 | + |
7 | 51 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
8 | 52 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
9 | 53 | <link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&family=Play:wght@400;700&family=Wavefont:ROND,wght@0..100,100..900&display=swap" rel="stylesheet"> |
|
0 commit comments