view BUGS @ 776:bb7b3ded919a

Indeed, libsidplay-fp's audio renderer expects buffer of 16-bit shorts and number of samples as input, AND returns number of samples. Thus, we need to divide and multiply the values accordingly. However, it also seems that some internal buffers in resid-fp are hardcoded to certain size, and using too big audio buffers cause overflows .. trying to compensate for that by limiting the amount of audio rendered. Unfortunately there are still memory corruptions.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 06 Nov 2012 11:59:24 +0200
parents 8b45275b2f1b
children b8b9da405e8c
line wrap: on
line source

XMMS-SID - Known issues
=======================
* SIDPlay2 filter configuration is not implemented as of 0.8.0beta17.

* There _may_ be some endianess problems that I'm not aware of.
  PLEASE bugger me, if you notice any! :)

* See FAQ for information on few "known features".