You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Got ffmpeg and juce compiling and mostly everything working again. FFmpeg is the newest version, and so is JUCE.
This commit is contained in:
@@ -360,6 +360,7 @@ void Frame::Play()
|
||||
AudioTransportSource transport1;
|
||||
transport1.setSource (my_source,
|
||||
5000, // tells it to buffer this many samples ahead
|
||||
NULL,
|
||||
(double) sample_rate); // sample rate of source
|
||||
transport1.setPosition (0);
|
||||
transport1.setGain(1.0);
|
||||
|
||||
Reference in New Issue
Block a user