Newer
Older
# SPDX-License-Identifier: CECILL-2.1
module SpeechCorpora
using HTTP
using JSON
using WAV
export
# ManifestItem
Recording,
Supervision,
load,
# Manifest interface
writemanifest,
readmanifest,
# Corpora interface
download,
include("manifest_item.jl")
include("manifest_io.jl")
include("corpora/multilingual_librispeech.jl")