We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6566d54 commit 66ab059Copy full SHA for 66ab059
1 file changed
Runtime/WebGL/Microphone.cs
@@ -24,6 +24,9 @@ namespace UnityEngine
24
// decide. Though it's possible in theory to specify your desired frequency
25
// in the browser, this only led to audio issues when I tested it.
26
//
27
+ // 4) Unity's audio API has limitations on WebGL. See
28
+ // (https://docs.unity3d.com/Manual/webgl-audio.html)
29
+ //
30
// Enjoy :)
31
public class Microphone
32
{
0 commit comments