FQLab
A spectral audio sandbox
 
Loading...
Searching...
No Matches
FQLab.IAudioStream Interface Reference

Represents the decoded audio file. Enables on request fetching of data. More...

Inheritance diagram for FQLab.IAudioStream:
Inheritance graph
Collaboration diagram for FQLab.IAudioStream:
Collaboration graph

Public Member Functions

AudioFrameReadFrame (int size)
 Request PCM samples from the file of given size.
 

Properties

AudioFormat Format [get]
 Stream metadata.
 

Detailed Description

Represents the decoded audio file. Enables on request fetching of data.

Member Function Documentation

◆ ReadFrame()

AudioFrame? FQLab.IAudioStream.ReadFrame ( int  size)

Request PCM samples from the file of given size.

Parameters
sizeSize of request.
Returns
PCM samples.

Implemented in FQLab.SineWaveStream, FQLab.AudioStreamWrapper, and FQLabTests.MockAudioStream.

Here is the caller graph for this function:

Property Documentation

◆ Format

AudioFormat FQLab.IAudioStream.Format
get

The documentation for this interface was generated from the following file: