History log of /haiku/src/tests/add-ons/media/media-add-ons/mixer/main.cpp
Revision Date Author Comments
# 1d766e9d 08-Jan-2015 Jérôme Duval <jerome.duval@gmail.com>

mixerToy: fix build on gcc4


# dab42bf0 08-Dec-2014 Adrien Destugues <pulkomandy@gmail.com>

MixerToy: do an initialisation run on the mixer

The Interpolating mixer has internal state which must be setup by a
previous frame (we assume 0 for the first frame). Since we work on
exactly a period of the wave here, sending the same data twice works as
it should.


# 258fbe37 08-Dec-2014 Adrien Destugues <pulkomandy@gmail.com>

MixerToy: app for testing mixer resamplers.

* Shows a source wave (black), a sampled version of it (red), and a
resampled version of that using the mixer (green).
* Debugging tool for #9438. Shows that the drop/repeat resampler is
working ok, but interpolate is quite broken.


# 1d766e9dd33ab963697fc8692879c60f2fe1f11a 08-Jan-2015 Jérôme Duval <jerome.duval@gmail.com>

mixerToy: fix build on gcc4


# dab42bf05b6f701f35564bd8f1cde771e97f78f1 08-Dec-2014 Adrien Destugues <pulkomandy@gmail.com>

MixerToy: do an initialisation run on the mixer

The Interpolating mixer has internal state which must be setup by a
previous frame (we assume 0 for the first frame). Since we work on
exactly a period of the wave here, sending the same data twice works as
it should.


# 258fbe371b6ca5b43c73a698470fe96fceda2672 08-Dec-2014 Adrien Destugues <pulkomandy@gmail.com>

MixerToy: app for testing mixer resamplers.

* Shows a source wave (black), a sampled version of it (red), and a
resampled version of that using the mixer (green).
* Debugging tool for #9438. Shows that the drop/repeat resampler is
working ok, but interpolate is quite broken.