You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
As soon as I received this device, I immediately thought about using it lake an audio visualizer. I came across your library and realized that it doesn't support this yet. However, I got inspired and decided to at least create full 'Bad Apple' video (but like a gif lol) on this device.
I am not very familiar with Python and even less so with Bluetooth interaction. Therefore, I am unsure how to implement sending audio visualizations. When I tried to draw the 'Bad Apple' video frame by frame, I discovered that there is a huge delay when executing await self.conn.send(data=data), and I managed to render it at approximately 0.2-1 frames per second. (Idk if the problem is in bluetooth, the device or in the sending logic) So, I don't know how it would be possible to send information for an audio visualizer in real-time without delays.
As soon as I received this device, I immediately thought about using it lake an audio visualizer. I came across your library and realized that it doesn't support this yet. However, I got inspired and decided to at least create full 'Bad Apple' video (but like a gif lol) on this device.
I am not very familiar with Python and even less so with Bluetooth interaction. Therefore, I am unsure how to implement sending audio visualizations. When I tried to draw the 'Bad Apple' video frame by frame, I discovered that there is a huge delay when executing await self.conn.send(data=data), and I managed to render it at approximately 0.2-1 frames per second. (Idk if the problem is in bluetooth, the device or in the sending logic) So, I don't know how it would be possible to send information for an audio visualizer in real-time without delays.