You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
combine audio and video playback
This commit is contained in:
@@ -131,7 +131,7 @@ void AudioReaderSource::GetMoreSamplesFromReader() {
|
||||
// Get the next block of audio samples
|
||||
void AudioReaderSource::getNextAudioBlock (const AudioSourceChannelInfo& info)
|
||||
{
|
||||
cout << "getNextAudioBlock" << endl;
|
||||
//cout << "getNextAudioBlock" << endl;
|
||||
int buffer_samples = buffer->getNumSamples();
|
||||
int buffer_channels = buffer->getNumChannels();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user