1
0
Fork 0
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:
Robin Appelman 2017-02-17 23:18:45 +01:00
commit 1ef9fe444b
7 changed files with 2043 additions and 27 deletions

BIN
src/tests/data/celt.dem Normal file

Binary file not shown.

2011
src/tests/data/celt.json Normal file

File diff suppressed because it is too large Load diff

View file

@ -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');
});
});