Got ffmpeg and juce compiling and mostly everything working again. FFmpeg is the newest version, and so is JUCE.

This commit is contained in:
Jonathan Thomas
2012-06-16 02:12:48 -05:00
parent 57520f0ba3
commit b775fff325
10 changed files with 39 additions and 47 deletions

View File

@@ -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);