# Tags ## [0.13.0](https://https://gitlab.lisn.upsaclay.fr/fast/speechdatasets.jl/-/tags/v0.13.0) - 10/06/2024 ### Changed - Added support INA Diachrony ### Fixed - Fixed Minilibrispeech data prep ## [0.12.0](https://https://gitlab.lisn.upsaclay.fr/fast/speechcorpora.jl/-/tags/v0.12.0) - 21/05/2024 ### Changed - `SpeechDataset` is a collection of tuple of `Recording` and `Annotation`. ## [0.11.0](https://https://gitlab.lisn.upsaclay.fr/fast/speechcorpora.jl/-/tags/v0.11.0) - 21/05/2024 ### Added - filtering speech dataset based on recording id. ### Improved - Faster TIMIT preparation ## [0.10.0](https://https://gitlab.lisn.upsaclay.fr/fast/speechcorpora.jl/-/tags/v0.10.0) - 22/02/2024 ### Added - extract alignments from TIMIT ### Changed - `Supervision` is now `Annotation` ## [0.9.4](https://https://gitlab.lisn.upsaclay.fr/fast/speechcorpora.jl/-/tags/v0.9.4)- 22/02/2024 # Fixed - TIMIT data preparation ## [0.9.3](https://https://gitlab.lisn.upsaclay.fr/fast/speechcorpora.jl/-/tags/v0.9.3)- 12/02/2024 # Fixed - `CMUDICT("dir/path")` fails if `dir` does not already exists. ## [0.9.2](https://https://gitlab.lisn.upsaclay.fr/fast/speechcorpora.jl/-/tags/v0.9.2)- 09/02/2024 # Fixed - invalid type for field `channels` of `Recording` - `MINILIBRISPEECH` broken ## [0.9.1](https://https://gitlab.lisn.upsaclay.fr/fast/speechcorpora.jl/-/tags/v0.9.1)- 09/02/2024 # Fixed - not possible to use `:` as channel specifier ## [0.9.0](https://https://gitlab.lisn.upsaclay.fr/fast/speechcorpora.jl/-/tags/v0.9.0)- 09/02/2024 # Changed - `TIMIT` and `MINILIBRISPEECH` directly create the `dataset` ## Added * CMU and TIMIT lexicon ## [0.8.0](https://https://gitlab.lisn.upsaclay.fr/fast/speechcorpora.jl/-/tags/v0.8.0)- 02/02/2024 ## Features * New `dataset` function, which builds `SpeechDataset` from manifest files * Compatibility with MLUtils.DataLoader ## [0.7.0](https://https://gitlab.lisn.upsaclay.fr/fast/speechcorpora.jl/-/tags/v0.7.0)- 14/12/2023 ## Changed * refactored API, TIMIT dataset working (but not Librispeech anymore) ## [0.6.0](https://https://gitlab.lisn.upsaclay.fr/fast/speechcorpora.jl/-/tags/v0.6.0)- 28/09/2023 ## Added - raw audio data source ## [0.5.0](https://https://gitlab.lisn.upsaclay.fr/fast/speechcorpora.jl/-/tags/v0.5.0)- 25/09/2023 ## Added - can load the data directly from an audio source with the `load` function. ## [0.4.1](https://https://gitlab.lisn.upsaclay.fr/fast/speechcorpora.jl/-/tags/v0.4.1)- 25/09/2023 ## Added * HTML display of AudioSource rather than recording ## Fixed * creating Recording from audio source without specifying the channels and the sampling rate ## [0.4.0](https://https://gitlab.lisn.upsaclay.fr/fast/speechcorpora.jl/-/tags/v0.4.0)- 08/03/2023 ## Removed * `play` function and dependcy to PortAudio * dependency with Fast ## Added * HTML display of recording used in pluto notebook for instance * `setrootdir` function to specify the location of the corpora ## [0.3.0](https://https://gitlab.lisn.upsaclay.fr/fast/speechcorpora.jl/-/tags/v0.3.0)- 03/03/2023 ## Added * user do not need to specify the output directory -> relying on Fast.jl to provide the default directory * MiniLibriSpeech ## [0.2.0](https://https://gitlab.lisn.upsaclay.fr/fast/speechcorpora.jl/-/tags/v0.2.0)- 03/03/2023 ## Added * MiniLibriSpeech ## [0.1.1](https://https://gitlab.lisn.upsaclay.fr/fast/speechcorpora.jl/-/tags/v0.1.1)- 17/02/2023 ## Fixed * do not regenerate the manifest if they have been already created ## [0.1.0](https://https://gitlab.lisn.upsaclay.fr/fast/speechcorpora.jl/-/tags/v0.1.0)- 17/02/2023 ## Added * download and preparation of the multilingual Librispeech corpus