comparison src/console/Dual_Resampler.h @ 341:986f098da058 trunk

[svn] - merge in blargg's changes
author nenolod
date Thu, 07 Dec 2006 15:20:41 -0800
parents fb513e10174e
children
comparison
equal deleted inserted replaced
340:9e5a7158fa80 341:986f098da058
1 // Combination of Fir_Resampler and Blip_Buffer mixing. Used by Sega FM emulators. 1 // Combination of Fir_Resampler and Blip_Buffer mixing. Used by Sega FM emulators.
2 2
3 // Game_Music_Emu 0.5.1 3 // Game_Music_Emu 0.5.2
4 #ifndef DUAL_RESAMPLER_H 4 #ifndef DUAL_RESAMPLER_H
5 #define DUAL_RESAMPLER_H 5 #define DUAL_RESAMPLER_H
6 6
7 #include "Fir_Resampler.h" 7 #include "Fir_Resampler.h"
8 #include "Blip_Buffer.h" 8 #include "Blip_Buffer.h"