Directory src/test/audio/

Directory Created:
2011-08-15 12:05
Total Files:
7
Deleted Files:
0
Lines of Code:
401

[root]/src/test/audio

Lines of Code

src/test/audio/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 49 (100.0%) 502 (100.0%) 10.2
kazzmir 48 (98.0%) 472 (94.0%) 9.8
juvinious 1 (2.0%) 30 (6.0%) 30.0

Most Recent Commits

kazzmir 2014-01-31 00:08 Rev.: 8194

remove common/init.cpp and fix tests

0 lines of code changed in 1 file:

  • src/test/audio: music.cpp (-1)
kazzmir 2013-01-04 12:26 Rev.: 7722

fix tests. add a font exception

1 lines of code changed in 1 file:

  • src/test/audio: music.cpp (+1 -1)
kazzmir 2012-12-14 23:28 Rev.: 7663

move load_exception to util/exceptions

2 lines of code changed in 1 file:

  • src/test/audio: SConstruct (+2 -2)
kazzmir 2012-12-10 18:38 Rev.: 7634

move sdl mixer

3 lines of code changed in 3 files:

  • src/test/audio: SConstruct (+1 -1), test.cpp (+1 -1), wav.cpp (+1 -1)
kazzmir 2012-12-09 12:44 Rev.: 7629

fix up references

10 lines of code changed in 4 files:

  • src/test/audio: SConstruct (+6 -6), music.cpp (+2 -2), test.cpp (+1 -1), wav.cpp (+1 -1)
kazzmir 2012-08-25 15:55 Rev.: 7458

fix tests

8 lines of code changed in 1 file:

  • src/test/audio: SConstruct (+8 -3)
kazzmir 2012-07-07 19:49 Rev.: 7385

remove references to token_exception.cpp

2 lines of code changed in 1 file:

  • src/test/audio: SConstruct (+2 -2)
kazzmir 2012-07-07 19:41 Rev.: 7383

remove dead variables and other small fixes from pyflakes

2 lines of code changed in 1 file:

  • src/test/audio: SConstruct (+2 -2)
kazzmir 2012-05-01 11:50 Rev.: 7303

implement file streaming class for the ogg player

10 lines of code changed in 2 files:

  • src/test/audio: SConstruct (+4 -3), test.cpp (+6)
kazzmir 2012-04-28 09:09 Rev.: 7297

move music renderer component to its own file

8 lines of code changed in 2 files:

  • src/test/audio: SConstruct (+2 -2), test.cpp (+6)
kazzmir 2012-04-27 22:22 Rev.: 7296

load DUMB songs from abstract files

16 lines of code changed in 1 file:

  • src/test/audio: test.cpp (+16 -5)
kazzmir 2012-04-22 11:00 Rev.: 7291

let test play mp3s from zip files

42 lines of code changed in 1 file:

  • src/test/audio: test.cpp (+42 -2)
kazzmir 2012-04-18 11:43 Rev.: 7273

fix audio test

38 lines of code changed in 2 files:

  • src/test/audio: SConstruct (+3 -3), test.cpp (+35 -1)
kazzmir 2012-04-15 15:40 Rev.: 7258

fix music test

1 lines of code changed in 1 file:

  • src/test/audio: SConstruct (+1 -1)
juvinious 2012-04-11 05:10 Rev.: 7246

Except OSError in case vorbis/ogg libs cannot be found to prevent scons from aborting build.

30 lines of code changed in 1 file:

  • src/test/audio: SConstruct (+30 -27)
kazzmir 2012-04-10 16:12 Rev.: 7245

add in support for ogg for the music test

11 lines of code changed in 2 files:

  • src/test/audio: SConstruct (+2), music.cpp (+9 -2)
kazzmir 2012-04-10 15:27 Rev.: 7244

add test to stress the music loader

72 lines of code changed in 2 files:

  • src/test/audio: SConstruct (+17), music.cpp (new 55)
kazzmir 2012-01-31 18:26 Rev.: 6941

make tests and paintown binary depend on archives

4 lines of code changed in 1 file:

  • src/test/audio: SConstruct (+4 -1)
kazzmir 2011-12-04 13:43 Rev.: 6630

fix tests. remove unused gdb compile argument

2 lines of code changed in 1 file:

  • src/test/audio: SConstruct (+2 -2)
kazzmir 2011-10-24 11:27 Rev.: 6443

clean up some warnings

2 lines of code changed in 1 file:

  • src/test/audio: SConstruct (+2 -2)
kazzmir 2011-08-26 12:18 Rev.: 5989

only do audio test on linux

26 lines of code changed in 1 file:

  • src/test/audio: SConstruct (+26 -17)
kazzmir 2011-08-21 19:15 Rev.: 5955

use sdl to convert between formats then use the audio converter to convert channels/frequency

3 lines of code changed in 1 file:

  • src/test/audio: wav.cpp (+3 -1)
kazzmir 2011-08-21 17:59 Rev.: 5951

use our audio converter when loading wav files through sdl mixer

92 lines of code changed in 2 files:

  • src/test/audio: SConstruct (+5 -1), wav.cpp (new 87)
kazzmir 2011-08-21 09:53 Rev.: 5947

convert audio between different byte sizes

9 lines of code changed in 2 files:

  • src/test/audio: SConstruct (+3), test.cpp (+6 -1)
kazzmir 2011-08-15 16:54 Rev.: 5900

cache the audio conversion buffer

4 lines of code changed in 2 files:

  • src/test/audio: SConstruct (+3 -1), test.cpp (+1)
kazzmir 2011-08-15 16:39 Rev.: 5899

compute the proper size of total samples

5 lines of code changed in 2 files:

  • src/test/audio: SConstruct (+1), test.cpp (+4 -1)
kazzmir 2011-08-15 15:55 Rev.: 5898

play audio in the test

29 lines of code changed in 2 files:

  • src/test/audio: SConstruct (+1 -1), test.cpp (+28 -2)
kazzmir 2011-08-15 15:43 Rev.: 5897

move gme and sdl-mixer to their own sconscript files. work on the audio test a bit

42 lines of code changed in 2 files:

  • src/test/audio: SConstruct (+22 -1), test.cpp (+20)
kazzmir 2011-08-15 12:05 Rev.: 5894

add audio test

28 lines of code changed in 5 files:

  • src/test/audio: SConstruct (new 8), test-11025.mp3 (new), test-22050.mp3 (new), test-44100.mp3 (new), test.cpp (new 20)
Generated by StatSVN 0.7.0