File size: 675 Bytes
c588388
932f2a4
c588388
932f2a4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c588388
 
932f2a4
 
 
 
 
c588388
932f2a4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<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>