1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-11 16:18:10 +00:00

Merge pull request #423 from apitiot/master

_
This commit is contained in:
Alain Pitiot 2021-06-25 08:24:06 +02:00 committed by GitHub
commit 72baa6f64b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,11 +205,6 @@ export class AudioClip extends PsychObject
this._psychoJS.logger.debug(response);
this._psychoJS.config.experiment.keys = [{
name: 'sound.AudioClip.Engine.GOOGLE',
value: 'AIzaSyCdnfQzMI8zfTBsIkzMRPTzC9Ty6uIhcRk'
}];
// get the secret key from the experiment configuration:
const fullEngineName = `sound.AudioClip.Engine.${Symbol.keyFor(engine)}`;
let transcriptionKey;