Audacity 3.2.0
Classes | Typedefs
AudioSegmentSampleView.h File Reference

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...

#include "SampleCount.h"
#include <chrono>
#include <fstream>
#include <memory>
#include <vector>
Include dependency graph for AudioSegmentSampleView.h:
This graph shows which files directly or indirectly include this file:

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 >
 

Detailed Description

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.

Typedef Documentation

◆ BlockSampleView

using BlockSampleView = std::shared_ptr<std::vector<float> >

Definition at line 23 of file AudioSegmentSampleView.h.

◆ ChannelSampleView

Definition at line 73 of file AudioSegmentSampleView.h.