| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
| <title>VibeVoice ASR Streaming</title> | |
| <style> | |
| html, | |
| body { | |
| margin: 0; | |
| height: 100%; | |
| } | |
| iframe { | |
| display: block; | |
| width: 100%; | |
| height: 100%; | |
| border: 0; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <!-- Wildcard allowlist, not 'src': aka.ms redirects cross-origin, which would drop a 'src'-scoped grant. --> | |
| <iframe | |
| src="https://aka.ms/vibeasr" | |
| allow="microphone *; camera *; autoplay; clipboard-write" | |
| ></iframe> | |
| </body> | |
| </html> | |