tierneytim / btAudio

Bluetooth Audio for Arduino
206 stars 30 forks source link

Play and pause feature #19

Closed zeeshansyed27 closed 2 years ago

zeeshansyed27 commented 2 years ago

Hi,

It's great library to play music through Bluetooth and it also has volume control feature. By the way, how can I add additional features like play, pause, next. There is other library available on GitHub which has these features but it utilises more space and it doesn't work when combined with other code. I want a very light library which has all these features. I just want to try adding those features/commands to this library. Can you please guide me how to do this?

tierneytim commented 2 years ago

thanks for the interest, I'm not sure if I will add this feature simply because I don't know how to but if you want to implement you'll have to create a callback using this function I think. Could you point me to the libraries that implement this?

qwertychouskie commented 2 years ago

This issue looks like a duplicate of https://github.com/tierneytim/btAudio/issues/7, which has some working example code.

tierneytim commented 2 years ago

In that case, consider this closed and refer you to #7