File: audiofilereader.properties

package info (click to toggle)
libtritonus-java 20070428-7
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 6,792 kB
  • ctags: 11,840
  • sloc: ansic: 53,846; java: 45,251; sh: 3,032; makefile: 1,189; xml: 820; cpp: 147
file content (108 lines) | stat: -rw-r--r-- 2,984 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
#
#

wave.class=org.tritonus.sampled.file.WaveAudioFileReader
wave.filename=sounds/test.wav
wave.type=WAVE
wave.byteLength=88246
wave.format.encoding=PCM_SIGNED
wave.format.sampleRate=44100.0
wave.format.sampleSizeInBits=16
wave.format.channels=1
wave.format.frameSize=2
wave.format.frameRate=44100.0
wave.format.bigEndian=false
wave.frameLength=44100

aiff.class=org.tritonus.sampled.file.AiffAudioFileReader
aiff.filename=sounds/test.aiff
aiff.type=AIFF
aiff.byteLength=88254
aiff.format.encoding=PCM_SIGNED
aiff.format.sampleRate=44100.0
aiff.format.sampleSizeInBits=16
aiff.format.channels=1
aiff.format.frameSize=2
aiff.format.frameRate=44100.0
aiff.format.bigEndian=true
aiff.frameLength=44100

aiff12bit.class=org.tritonus.sampled.file.AiffAudioFileReader
aiff12bit.filename=sounds/sampleSize12.aiff
aiff12bit.type=AIFF
aiff12bit.byteLength=254
aiff12bit.format.encoding=PCM_SIGNED
aiff12bit.format.sampleRate=1000.0
aiff12bit.format.sampleSizeInBits=12
aiff12bit.format.channels=1
aiff12bit.format.frameSize=2
aiff12bit.format.frameRate=1000.0
aiff12bit.format.bigEndian=true
aiff12bit.frameLength=100

au.class=org.tritonus.sampled.file.AuAudioFileReader
au.filename=sounds/test.au
au.type=AU
au.byteLength=88233
au.format.encoding=PCM_SIGNED
au.format.sampleRate=44100.0
au.format.sampleSizeInBits=16
au.format.channels=1
au.format.frameSize=2
au.format.frameRate=44100.0
au.format.bigEndian=true
au.frameLength=44100

au_zero_data_length.class=org.tritonus.sampled.file.AuAudioFileReader
au_zero_data_length.filename=sounds/zero_data_length.au
au_zero_data_length.type=AU
au_zero_data_length.byteLength=32
au_zero_data_length.format.encoding=PCM_SIGNED
au_zero_data_length.format.sampleRate=44100.0
au_zero_data_length.format.sampleSizeInBits=16
au_zero_data_length.format.channels=1
au_zero_data_length.format.frameSize=2
au_zero_data_length.format.frameRate=44100.0
au_zero_data_length.format.bigEndian=true
au_zero_data_length.frameLength=0

gsm.class=org.tritonus.sampled.file.gsm.GSMAudioFileReader
gsm.filename=sounds/test.gsm
gsm.type=GSM
gsm.byteLength=1650
gsm.format.encoding=GSM0610
gsm.format.sampleRate=8000.0
gsm.format.sampleSizeInBits=-1
gsm.format.channels=1
gsm.format.frameSize=33
gsm.format.frameRate=50.0
gsm.format.bigEndian=true
gsm.frameLength=50

mp3.class=org.tritonus.sampled.file.mpeg.MpegAudioFileReader
mp3.filename=sounds/test.mp3
mp3.type=MP3
mp3.byteLength=8567
mp3.format.encoding=MPEG1L3
mp3.format.sampleRate=44100.0
mp3.format.sampleSizeInBits=-1
mp3.format.channels=1
mp3.format.frameSize=-1
mp3.format.frameRate=-1
mp3.format.bigEndian=true
mp3.frameLength=-1

vorbis.class=org.tritonus.sampled.file.vorbis.VorbisAudioFileReader
vorbis.filename=sounds/test.ogg
vorbis.type=Ogg
vorbis.byteLength=3102
vorbis.format.encoding=VORBIS
vorbis.format.sampleRate=44100.0
vorbis.format.sampleSizeInBits=-1
vorbis.format.channels=1
vorbis.format.frameSize=-1
vorbis.format.frameRate=-1
vorbis.format.bigEndian=true
vorbis.frameLength=-1

# end