Bare Conductive freeze when trying to play mp3

Hello, community!

So I tried to use Bare Conductive to play mp3 file.
I use the example code from Bare Conductive but it is not working.
Then I use the demo code from vs1053 for SdFat:

I can sent command and receive respond from the board for example when I sent "d" command using Serial Monitor I got a respond about all files name in my sd card.
However when I tried to send command to play some mp3 song, it doesn't work. No sound coming.
And it seem the board freeze because after that command no matter what command I sent I didn't get any respond from the board.

Does anyone know what the problem? And possibly how to solve this?
I attached the .ino file below.
Touch_MP3 is the code example from Bare Conductive.
demo is the code example from vs1053 for SdFat.
Thanks.

Touch_MP3.ino (5.67 KB)

demo.ino (19.9 KB)