mirror of
https://github.com/chocolate-doom/research.git
synced 2024-11-10 07:11:34 +00:00
Add DMX sound cutoff investigation files.
Subversion-branch: /research Subversion-revision: 2272
This commit is contained in:
parent
c69b00ee9f
commit
a86882b9d8
3 changed files with 11 additions and 0 deletions
11
cutoff/README
Normal file
11
cutoff/README
Normal file
|
@ -0,0 +1,11 @@
|
|||
Investigation of DMX sound length cutoffs.
|
||||
|
||||
The DMX sound library seems to discard sound effects that are less
|
||||
than 49 samples in length. A sample that is exactly 49 samples long
|
||||
will play, but the same effect cropped to 48 samples will not be
|
||||
played.
|
||||
|
||||
Included here are notsilnt.lmp (49 samples long) and silent.lmp
|
||||
(identical, but 48 samples long). Rename to dspistol.lmp and run with
|
||||
doom2.exe -file dspistol.lmp to try out.
|
||||
|
BIN
cutoff/notsilnt.lmp
Normal file
BIN
cutoff/notsilnt.lmp
Normal file
Binary file not shown.
BIN
cutoff/silent.lmp
Normal file
BIN
cutoff/silent.lmp
Normal file
Binary file not shown.
Loading…
Reference in a new issue