Dobra już znalazłem rozwiązanie. Napiszę tu jak to zrobić jakby ktoś kiedyś nie wiedział.
W configu z DMA (tym, który trzeba zamienić z configiem ECP) jest takie coś:
- Kod: Zaznacz cały
// This is where you choose to use standard BIS sounds or ECP Dynamic Range sounds
//ORIGINAL
#include "Sound.h"
//DYNAMIC RANGE - requires DR addons!
//#include "Sound_dr.h"
Trzeba to zamienić na takie coś:
- Kod: Zaznacz cały
// This is where you choose to use standard BIS sounds or ECP Dynamic Range sounds
//ORIGINAL
//#include "Sound.h"
//DYNAMIC RANGE - requires DR addons!
#include "Sound_dr.h"
Po tym znowu będą chodziły dźwięki z ECP.