a2dp regedit
I made this change to the rom:
HKLM\Drivers\SDCard\ClientDrivers\Class\SDMemory_C lass
Change Key BlockTransferSize to 256 (decimal. It was 20 i think)
This improves skipping when playing from SD card over a2dp. The songs skip a bit in the beginning, but don't skip at all in the middle. Also, if you pause the player when the first song starts, the device has a chance to build up a buffer and it will stop skipping a bit sooner.
I suppose the sacrifice here is small-file performance. If you keep a lot of programs on you SD card, this might not be a good hack for you. But since I keep only large files on the SD card, and read them linearly (not random access) this hasn't effect performance for me.
Also, to change the quality of the a2dp audio, i changed:
HKLM\Software\Microsoft\Bluetooth\A2DP\Settings
Change key BitPool to 64 (Decimal. Was 32 i think) Higher numbers are higher quality.
EDIT: For those who were wondering... i use Windows Media Player
|