Blender Git Loki
Git Commits -> Revision 6c8e3e3
Revision 6c8e3e3 by Joerg Mueller (master) February 8, 2010, 14:43 (GMT) |
2.5 Audio: - Python script to crossfade two sound strips in the sequencer - Fix for the libsamplerate code producing awful audio when resampling sequencer strips - Changed default resampler to a linear one (as temporary workaround for a bug that seems to be in the samplerate code) - Fix for the OpenAL device to return a more accurate playback position |
Commit Details:
Full Hash: 6c8e3e303d15b59df4c592244a7650021b4e8bbb
SVN Revision: 26708
Parent Commit: 03bdfb6
Lines Changed: +123, -15
1 Added Path:
/release/scripts/op/sequencer.py (+76, -0) (View)
8 Modified Paths:
/intern/audaspace/intern/AUD_C-API.cpp (+13, -0) (Diff)
/intern/audaspace/intern/AUD_Mixer.cpp (+2, -1) (Diff)
/intern/audaspace/intern/AUD_Mixer.h (+4, -2) (Diff)
/intern/audaspace/intern/AUD_SequencerReader.cpp (+8, -4) (Diff)
/intern/audaspace/intern/AUD_Space.h (+1, -1) (Diff)
/intern/audaspace/OpenAL/AUD_OpenALDevice.cpp (+8, -5) (Diff)
/intern/audaspace/SRC/AUD_SRCResampleReader.cpp (+6, -2) (Diff)
/intern/audaspace/SRC/AUD_SRCResampleReader.h (+5, -0) (Diff)
/intern/audaspace/intern/AUD_Mixer.cpp (+2, -1) (Diff)
/intern/audaspace/intern/AUD_Mixer.h (+4, -2) (Diff)
/intern/audaspace/intern/AUD_SequencerReader.cpp (+8, -4) (Diff)
/intern/audaspace/intern/AUD_Space.h (+1, -1) (Diff)
/intern/audaspace/OpenAL/AUD_OpenALDevice.cpp (+8, -5) (Diff)
/intern/audaspace/SRC/AUD_SRCResampleReader.cpp (+6, -2) (Diff)
/intern/audaspace/SRC/AUD_SRCResampleReader.h (+5, -0) (Diff)