annotate TODO @ 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 156fbba8768c
children 8ca7f33635fc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1 XMMS-SID - SIDPlay input plugin for X MultiMedia System (XMMS)
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 ==============================================================
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3
557
8cdf62b98617 Updated TODO
Matti Hamalainen <ccr@tnsp.org>
parents: 556
diff changeset
4 For v0.8.0
8cdf62b98617 Updated TODO
Matti Hamalainen <ccr@tnsp.org>
parents: 556
diff changeset
5 ----------
570
Matti Hamalainen <ccr@tnsp.org>
parents: 558
diff changeset
6 - finish translations
475
34d48e513419 Updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 472
diff changeset
7 - xs_curve / sidplay2 filter configuration
34d48e513419 Updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 472
diff changeset
8 - "Pause" does not disable sub-tune controls and XMMS gets confused
34d48e513419 Updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 472
diff changeset
9 if sub-tune is changed during paused state.
557
8cdf62b98617 Updated TODO
Matti Hamalainen <ccr@tnsp.org>
parents: 556
diff changeset
10 - Fix remaining bugs, if any.
8cdf62b98617 Updated TODO
Matti Hamalainen <ccr@tnsp.org>
parents: 556
diff changeset
11
8cdf62b98617 Updated TODO
Matti Hamalainen <ccr@tnsp.org>
parents: 556
diff changeset
12 For v0.8.x
8cdf62b98617 Updated TODO
Matti Hamalainen <ccr@tnsp.org>
parents: 556
diff changeset
13 ----------
558
19c43bc20d1e Updated TODO items.
Matti Hamalainen <ccr@tnsp.org>
parents: 557
diff changeset
14 - Separate filter configs for 6581/8580
557
8cdf62b98617 Updated TODO
Matti Hamalainen <ccr@tnsp.org>
parents: 556
diff changeset
15 - More translations.
475
34d48e513419 Updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 472
diff changeset
16 - Fileinfo "follows play" -option. If enabled, information
34d48e513419 Updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 472
diff changeset
17 in fileinfo window is set / updated whenever tune/sub-tune
34d48e513419 Updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 472
diff changeset
18 changes.
195
7ab5b1952713 Plan for going towards 0.8.0.
Matti Hamalainen <ccr@tnsp.org>
parents: 193
diff changeset
19
557
8cdf62b98617 Updated TODO
Matti Hamalainen <ccr@tnsp.org>
parents: 556
diff changeset
20 For v0.9/1.0
8cdf62b98617 Updated TODO
Matti Hamalainen <ccr@tnsp.org>
parents: 556
diff changeset
21 ------------
8cdf62b98617 Updated TODO
Matti Hamalainen <ccr@tnsp.org>
parents: 556
diff changeset
22 - libSIDPlay2/HardSID (and other HW backends) support.
8cdf62b98617 Updated TODO
Matti Hamalainen <ccr@tnsp.org>
parents: 556
diff changeset
23 - reSID sampling and other parameters configuration.
8cdf62b98617 Updated TODO
Matti Hamalainen <ccr@tnsp.org>
parents: 556
diff changeset
24 (Requires changes in libSIDPlay2 API)
182
6db4254f6fff Updated TODO
Matti Hamalainen <ccr@tnsp.org>
parents: 171
diff changeset
25
265
84a7af3cb99b Updated TODO list.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
26 - Editing facilities in fileinfo dialog?
84a7af3cb99b Updated TODO list.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
27 * song length
84a7af3cb99b Updated TODO list.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
28 * SID header editing
84a7af3cb99b Updated TODO list.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
29 * STIL editing is probably not sensible