Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MMDAI2 play does not play .wav file while mortion is playing #35

Open
zzrock123 opened this issue Jan 6, 2013 · 0 comments
Open

MMDAI2 play does not play .wav file while mortion is playing #35

zzrock123 opened this issue Jan 6, 2013 · 0 comments

Comments

@zzrock123
Copy link

I have found a few issue and has been amended a some files.
This might raise for Video generator and need to review the change.

- MMDAI/VPVM/ScenePlayer.cc 2013-01-03 22:54:45.000000000 +0900

* Enabled audio in ScenePlay

* Binary released version did not play audio

- MMDAI/VPVM/common/SceneLoader.cc 2013-01-03 22:54:45.000000000 +0900

* Set the saveProject temporary file path -- maybe some other way to fix this

* No issue with binary released version, but an issue in my build

- MMDAI/VPVM/video/AVCommon.cc 2013-01-03 22:54:46.000000000 +0900

* Added detail warning messages

- MMDAI/VPVM/video/AudioDecoder.cc 2013-01-03 22:54:46.000000000 +0900

* Moved m_audioContext and m_formatContext to class member variable

* Removed filter for audioContext->channels == 2 and sample_rate == 44100

* Used audioContext->sample_rate for play back

* Added checks for formatContext.isNull() and audioCOntext.isNull()

- MMDAI/VPVM/video/AudioDecoder.h 2013-01-03 22:54:46.000000000 +0900

* Moved m_audioContext and m_formatContext to class member variable

- MMDAI/VPVM/video/AudioPlayer.cc 2013-01-03 22:54:46.000000000 +0900

* Copied libav initialize into AudioPlayer::initializePlayer() - from VideoEncoder.cc

* Used audioContext->channels and audioContext->sample_rate for play back

- MMDAI/VPVM/video/IAudioDecoder.h 2013-01-03 22:54:46.000000000 +0900

* Removed "const" due to the moved m_audioContext and m_formatContext to class member variable

- MMDAI/scripts/build.pl 2013-01-03 22:54:46.000000000 +0900

* used PORTAUDIO_REVISION = 1880 - supported OSX 10.8.2

* used LIBAV_TAG = 'v0.8.4'

* used Qt 5.0 - different for individual machine

* force to link with libportaudio.a - probably not needed

- MMDAI/scripts/osx_deploy.sh 2013-01-03 22:54:46.000000000 +0900

* directory checking to be more generic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant