Audacity 3.2.0
|
An audio segment is either a whole clip or the silence between clips. Views allow shared references to the same memory yet over instance-specific ranges. More...
Go to the source code of this file.
Classes | |
class | AudioSegmentSampleView |
Typedefs | |
using | BlockSampleView = std::shared_ptr< std::vector< float > > |
using | ChannelSampleView = std::vector< AudioSegmentSampleView > |
An audio segment is either a whole clip or the silence between clips. Views allow shared references to the same memory yet over instance-specific ranges.
Audacity: A Digital Audio Editor
Matthieu Hodgkinson
Definition in file AudioSegmentSampleView.h.
using BlockSampleView = std::shared_ptr<std::vector<float> > |
Definition at line 23 of file AudioSegmentSampleView.h.
using ChannelSampleView = std::vector<AudioSegmentSampleView> |
Definition at line 73 of file AudioSegmentSampleView.h.