mirror of
https://github.com/demostf/demo.js
synced 2026-06-04 00:54:14 +02:00
add test for new celt codec
This commit is contained in:
parent
c2e79f552a
commit
1ef9fe444b
7 changed files with 2043 additions and 27 deletions
BIN
src/tests/data/celt.dem
Normal file
BIN
src/tests/data/celt.dem
Normal file
Binary file not shown.
2011
src/tests/data/celt.json
Normal file
2011
src/tests/data/celt.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -17,4 +17,8 @@ suite('Parse basic demo info', () => {
|
|||
test('Parse snakewater.dem', () => {
|
||||
testDemo('snakewater');
|
||||
});
|
||||
|
||||
test('Parse demo with new celt voice codec', () => {
|
||||
testDemo('celt');
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue