fill-in undeclared variable, refs #192
This commit is contained in:
		| @@ -193,6 +193,7 @@ AudioEngine.prototype.resetStats = function() { | ||||
| }; | ||||
|  | ||||
| AudioEngine.prototype.setupResampling = function() { //both at the server and the client | ||||
|     var targetRate = this.audioContext.sampleRate; | ||||
|     var audio_params = this.findRate(8000, 12000); | ||||
|     if (!audio_params) { | ||||
|         this.resamplingFactor = 0; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jakob Ketterl
					Jakob Ketterl