chiark / gitweb /
wav file support for disorder-decode
[disorder] / BUGS
CommitLineData
460b9539 1* Compilation Bugs
2
3The configure script make pointless checks for C++ and Fortran compilers. This
4is a bug in Libtool not in DisOrder. See: http://bugs.debian.org/221873
5
6* Server Bugs
7
8* Other Problems
9
10** Wrongly Specified Character Encoding
11
12A problem was reported where DisOrder was misconfigured to believe a UTF-8
13filesystem was actually an ISO-8859-1 filesystem. When it was reconfigured
14correctly, the old (mangled) filenames remain in the database.
15
16This is not a bug as such, it is a configuration error. However recovering
17from it can be painful if many filenames are involved. If this mistake is
18widespread then it may be worth adding support for automatic recovery, but for
19now the easiest answer is to stop the server, remove the databases and start
20again.
21
22** Poor Sound Quality
23
24Poor sound quality may be a result of (hitherto unknown!) bugs in DisOrder, or
25may be a problem with other software or hardware. Specific combinations that
26have produced problems in the past are listed here.
27
28*** Stutter with VIA 82C686
29
30Hardware: "VT82C686 AC97 Audio Controller"
31Software: Linux via82cxxx_audio driver
32Symptom: Stuttering playback with raw format play.
33Solution: Use snd-via82xx driver instead (from ALSA).
34
35ALSA drivers can be found in Linux 2.6.x; for 2.4.x they must be built
36separately.
37
38Local Variables:
39mode:outline
40fill-column:79
41End: