Simplified audio playback & capturing significantly.

This commit is contained in:
2024-10-06 17:24:32 -07:00
parent 9639329df3
commit 9b42ad6d74
5 changed files with 96 additions and 48 deletions

View File

@@ -81,10 +81,14 @@ namespace ehs
UInt_64 GetSampleCount() const;
UInt_8 GetFrameSize() const;
UInt_64 GetSize() const;
float GetLength() const;
Byte* GetFrame(UInt_64 frameIndex) const;
Array<Byte> FrameAsMono(UInt_64 frameIndex) const;
Array<Byte> FrameAsStereo(UInt_64 frameIndex) const;