Skip to content

Commit 66ab059

Browse files
committed
Add Unity WebGL audio limitations note in comments
1 parent 6566d54 commit 66ab059

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Runtime/WebGL/Microphone.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ namespace UnityEngine
2424
// decide. Though it's possible in theory to specify your desired frequency
2525
// in the browser, this only led to audio issues when I tested it.
2626
//
27+
// 4) Unity's audio API has limitations on WebGL. See
28+
// (https://docs.unity3d.com/Manual/webgl-audio.html)
29+
//
2730
// Enjoy :)
2831
public class Microphone
2932
{

0 commit comments

Comments
 (0)