annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
475
34d48e513419 Updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 413
diff changeset
1 XMMS-SID - Known issues
34d48e513419 Updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 413
diff changeset
2 =======================
34d48e513419 Updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 413
diff changeset
3 * SIDPlay2 filter configuration is not implemented as of 0.8.0beta17.
413
Matti Hamalainen <ccr@tnsp.org>
parents: 404
diff changeset
4
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
5 * There _may_ be some endianess problems that I'm not aware of.
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
6 PLEASE bugger me, if you notice any! :)
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
8 * See FAQ for information on few "known features".