OpenShot Library | libopenshot
0.3.3
|
Go to the documentation of this file.
13 #ifndef OPENSHOT_WAVEFORMER_H
14 #define OPENSHOT_WAVEFORMER_H
41 void zero(
int total_samples) {
47 void scale(
int total_samples,
float factor) {
48 for (
auto s = 0; s < total_samples; s++) {
63 std::vector<std::vector<float>>
vectors() {
64 std::vector<std::vector<float>> output;
This namespace is the default namespace for all code in the openshot library.
Header file for Frame class.
Header file for ReaderBase class.
This abstract class is the base class, used by all readers in libopenshot.