summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-01-26 15:36:12 -0600
committerJeff Epler <jepler@gmail.com>2020-01-26 15:36:24 -0600
commitcb6193bbc76ee702128c44a95bc8184abcb04177 (patch)
tree370f5005239366fbe14cff4d63778df86b0b2bc2 /tools
parentc2fd30364e5e1f93cf634e6e2af0613d3bd4b0be (diff)
samd: When possible, use one DMA channel for stereo AudioOut
.. the documentation doesn't make this clear, but in practice it works to write both of the DATABUF registers at the same time. This should also reduce the amount of wear and tear DMA puts on the system, as the number of transfers is cut in half. (the number of bytes transferred remains the same, though) In principle, this could cover all stereo cases if audio_dma_convert_signed also learned to 16-bit extend and swap values. However, this is the case that matters for stereo mp3 playback on PyGamer. Testing performed: Listened to some tracks with good stereo separation.
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions