Convert wikipedia link to canonical form
This commit is contained in:
parent
ff123d5a0e
commit
a6ee0f056e
@ -26,7 +26,7 @@ class ExtractAudioMetadata extends Operation {
|
|||||||
this.module = "Default";
|
this.module = "Default";
|
||||||
this.description =
|
this.description =
|
||||||
"Extract common audio metadata across MP3 (ID3v2/ID3v1/GEOB), WAV/BWF/BW64 (INFO/bext/iXML/axml), FLAC (Vorbis Comment/Picture), OGG (Vorbis/OpusTags), AAC (ADTS), AC3 (Dolby Digital), WMA (ASF), plus best-effort MP4/M4A and AIFF scanning. Outputs normalized JSON.";
|
"Extract common audio metadata across MP3 (ID3v2/ID3v1/GEOB), WAV/BWF/BW64 (INFO/bext/iXML/axml), FLAC (Vorbis Comment/Picture), OGG (Vorbis/OpusTags), AAC (ADTS), AC3 (Dolby Digital), WMA (ASF), plus best-effort MP4/M4A and AIFF scanning. Outputs normalized JSON.";
|
||||||
this.infoURL = "https://en.wikipedia.org/wiki/Audio_file_format";
|
this.infoURL = "https://wikipedia.org/wiki/Audio_file_format";
|
||||||
this.inputType = "ArrayBuffer";
|
this.inputType = "ArrayBuffer";
|
||||||
this.outputType = "JSON";
|
this.outputType = "JSON";
|
||||||
this.presentType = "html";
|
this.presentType = "html";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user