ArduinoGeneral

DFplayer mini

userHead Account cancelled 2017-04-08 02:55:23 1695 Views4 Replies
Hi everyone,

My first post on here. I have recently received my dfplayer mini. it's working great and i am pleased with it. i want to know if i can somehow control the pitch of the mp3 files being played. I am using an arduino to control the serial communication. Many thanks
2018-01-11 01:12:35 I don't think the pitch could be adjust since in its playback mode, there is no speed adjust mode userHeadPic robert.chen
2018-01-09 03:56:50 Hi Tweeks,

Did you have any luck with this? I am trying to achieve something similar.

Cheers,

josh
userHeadPic joshwilde1
2017-09-24 20:16:24 No. Pitch is the playback frequency (or speed).

Tweeks
userHeadPic tweekstemp
2017-04-10 22:09:49 Hi

Sorry, do you mean you want to control the volume of your mp3 files, right? If so, yes, it can be adjusted. Just set the following function:
"myDFPlayer.volume(10); //Set volume value. From 0 to 30"
0 means no voice, 30 means the biggest sound.
userHeadPic Wendy.Hu