Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 10 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | /*! |
||
13 | module.exports = { |
||
14 | "format": "Not a supported format.", |
||
15 | "wave": "Could not find the 'WAVE' format identifier", |
||
16 | "fmt ": "Could not find the 'fmt ' chunk", |
||
17 | "data": "Could not find the 'data' chunk", |
||
18 | "fact": "Could not find the 'fact' chunk", |
||
19 | "bitDepth": "Invalid bit depth.", |
||
20 | "numChannels": "Invalid number of channels.", |
||
21 | "sampleRate": "Invalid sample rate." |
||
22 | }; |