timeline: heavily optimized and improved nearly all timeline optimizations
Features a lot of timeline-related cache optimizations as well as general optimizations and improvements in timeline behavior. Should improve usability significantly.
This commit is contained in:
@@ -54,8 +54,8 @@ public:
|
||||
const AudioRenderingParams& audio_params() const;
|
||||
void set_audio_params(const AudioRenderingParams& params);
|
||||
|
||||
const int &sample_count_per_channel() const;
|
||||
void set_sample_count_per_channel(const int &sample_count_per_channel);
|
||||
const int &sample_count() const;
|
||||
void set_sample_count(const int &sample_count);
|
||||
|
||||
float** data();
|
||||
const float** const_data() const;
|
||||
|
||||
Reference in New Issue
Block a user