Hi, I met a new problem.
I added a print statement before function audio. But I can not see "audio" informatio in console whether in debug mode or in run mode. How can I see these print infrmation?
thread_speed();
printstrln("audio"); //added here
#ifdef MIXERn
#define AUDIO_CHANNEL c_mix_out
#else
#define AUDIO_CHANNEL c_aud_in
#endif
audio(AUDIO_CHANNEL,
#if defined(SPDIF_TX) && (SPDIF_TX_TILE != AUDIO_IO_TILE)
ps, The program plays pretty well.
Tracking problem: can not see print information
-
- Junior Member
- Posts: 6
- Joined: Wed Nov 25, 2015 8:55 am
-
- XCore Addict
- Posts: 158
- Joined: Thu Mar 20, 2014 8:04 am