We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999e5f6 commit fd0a400Copy full SHA for fd0a400
text-to-speech/v1.js
@@ -75,7 +75,8 @@ TextToSpeechV1.prototype.synthesize = function(params, callback) {
75
/**
76
* Repair the WAV header of an audio/wav file.
77
*
78
- * @param {Object} wavFileData
+ * @param {Buffer} wavFileData - Wave audio - will be edited in place and returned
79
+ * @return {Buffer} wavFileData - the original Buffer, with a correct header
80
*/
81
82
TextToSpeechV1.prototype.repairWavHeader = function(wavFileData) {
0 commit comments