oandrew / ipod-gadget

iPod usb gadget for audio playback. Client app: https://github.com/oandrew/ipod
MIT License
198 stars 33 forks source link

combine with bluetooth #16

Closed VincentGijsen closed 3 years ago

VincentGijsen commented 4 years ago

Hi Andrew,

nice stuff, and unfortunate that my Go knowledge is rather limited (you wouldn't happen to have a C(++) port lying arround ;). Was thinking to combine your code with bluetooth, e.g. a module that support AVRCP1.5, and i2S and use AVRCP to replicate playlists/audiobooks/..., ctrl over uart and audio through I2S input (e.g. with the IS2020 family modules of microchip), or venture into the use of the bluetooth module on the pi zero and use AVRCP from there, however than just with SBC coded. Or i could try to port all to a custom-android-rom..

This way i'm hoping to build a bluetooth-dock experience for my car, regardless of android/ios and (in my case) the required physical connection by usb.

I haven't checked-out your code that thorough, but i guess the IAP protocol supports these features as well, and would be possible with your code-base?

oandrew commented 4 years ago

Check this out: https://github.com/geniass/pipod