Audio Stream Metadata is a component that reads the running tallies of the different samples being sent and received by an [[Type:AudioStream`1|AudioStream`1]].
|LastMissedSamples|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv3=true| The last time samples were missed instead of being read from the audio source.
|AverageReadSamplesPerSecond|{{RootFieldType|RawOutput`1|[[Type:Double|Double]]}}|TypeAdv5=true| How many samples per second on a running average are being processed.
|AverageWriteSamplesPerSecond|{{RootFieldType|RawOutput`1|[[Type:Double|Double]]}}|TypeAdv6=true| The many samples per second on a running average are being written to the buffer per second.
|SamplesAvailableForEncode|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv8=true| Samples currently ready to be encoded to a format supported by FrooxEngine's audio system.
|FrameSize|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv9=true| The size of audio data coming in, which is in bytes and is influenced by data and channel count.
|MaxFrameSize|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv10=true| The max size of audio data coming in, which is in bytes and is influenced by data and channel count.
|TotalPacketCount|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv12=true| How many audio packets have been networked by the audio source so far.
|TotalLostPackets|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv13=true| How many packets of the network that were not received from the audio source.
|PacketLossRatio|{{RootFieldType|RawOutput`1|[[Type:Float|Float]]}}|TypeAdv15=true| On average, the percentage of audio packets from the network that are being lost.
|AverageCodecSamplesPerSecond|{{RootFieldType|RawOutput`1|[[Type:Double|Double]]}}|TypeAdv16=true| The average amount of samples incoming in encoded form.