From c8fafbe2c6a96bd87ba0167df557aebb910fbde8 Mon Sep 17 00:00:00 2001 From: Parcollet Titouan Date: Wed, 3 Feb 2021 11:14:25 +0100 Subject: [PATCH 001/277] Update index.md Update dates --- index.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/index.md b/index.md index be445bd..65e9f0a 100644 --- a/index.md +++ b/index.md @@ -10,13 +10,10 @@ relying on [PyTorch](https://pytorch.org). The goal is to create a *single*, *flexible*, and *user-friendly* toolkit that can be used to easily develop state-of-the-art speech technologies, including systems for **speech recognition** (both end-to-end and HMM-DNN), **speaker recognition**, **speech separation**, **multi-microphone signal processing** (e.g, beamforming), **self-supervised and unsupervised learning**, **speech contamination / augmentation**, and many others. The toolkit will be designed to be a **stand-alone framework**, but simple interfaces with well-known toolkits, such as [Kaldi](http://kaldi-asr.org) will also be implemented. -**SpeechBrain** is currently **under development** and has been announced in September 2019. A first alpha version will be available during the 2020 winter. +**SpeechBrain** is currently **under development** and has been announced in September 2019. A first alpha version will be available in the first semester of 2021. [See a short introductory video on the SpeechBrain project](https://youtu.be/XETiKbN9ojE) -We are also happy to share a timeline for the project. The **Public Release** will allow the community to start developing and use the toolkit freely and fully. The **private release** only concerns specific collaborators that have an important expertise on different speech-related domains, please see the *How to collaborate* Section if interested! - -![timeline](../assets/com.png?style=fullsize) # Why SpeechBrain? Speech processing toolkits have gained popularity in the last years. For automatic speech recognition (ASR) purposes, for instance, [Kaldi](http://kaldi-asr.org) is an established framework. Some other ASR toolkits have been recently developed using the Python language such as [PyTorch-Kaldi](https://github.com/mravanelli/pytorch-kaldi), [PyKaldi](https://github.com/pykaldi/pykaldi), and [ESPnet](https://github.com/espnet/espnet). Beyond speech recognition, a variety of other solutions have been developed for speech-related applications, such as speech separation, speech enhancement, speaker recognition, and language model training. From 9a2abecc1573c2c6d64ee56bf1ff02c38dbb8f6c Mon Sep 17 00:00:00 2001 From: Parcollet Titouan Date: Sun, 14 Mar 2021 19:53:01 +0100 Subject: [PATCH 002/277] Update about.html --- about.html | 1 + 1 file changed, 1 insertion(+) diff --git a/about.html b/about.html index 1d408a7..c636e79 100644 --- a/about.html +++ b/about.html @@ -175,6 +175,7 @@

Contributors

  • Jianyuan Zhong, University of Rochester (USA)
  • Brecht Desplanques, Ghent University (BE)
  • Jenthe Thienpondt, Ghent University (BE)
  • +
  • Salima Mdhaffar, Avignon Université (LIA, FR)
  • Renato De Mori, University of McGill (CA), Avignon University (LIA, FR)
  • Yoshua Bengio, Mila, University of Montréal (CA)
  • From fcdc03f9cce9a74dae16b01f0e96789232e761b2 Mon Sep 17 00:00:00 2001 From: Parcollet Titouan Date: Mon, 15 Mar 2021 11:17:06 +0100 Subject: [PATCH 003/277] Update tutorial_processing.html --- tutorial_processing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial_processing.html b/tutorial_processing.html index 4c7f5c8..8d6523d 100644 --- a/tutorial_processing.html +++ b/tutorial_processing.html @@ -189,7 +189,7 @@

    Fourier Transform and Spectrograms

    -

    Speech Features (MFCC, FBANK)

    +

    Speech Features

    Speech is a very high-dimensional signal. For instance, when the sampling frequency is 16 kHz, we have 16000 samples for each second. Working with such very high dimensional data can be critical from a machine learning perspective. The goal of feature extraction is to find more compact ways to represent speech.

    From 52145a53df984f265ffaaf6a6519c7d8b993e480 Mon Sep 17 00:00:00 2001 From: Parcollet Titouan Date: Mon, 15 Mar 2021 11:20:34 +0100 Subject: [PATCH 004/277] Update tutorial_nn.html --- tutorial_nn.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial_nn.html b/tutorial_nn.html index 31a80bf..d718f68 100644 --- a/tutorial_nn.html +++ b/tutorial_nn.html @@ -66,7 +66,7 @@

    SpeechBrain Tutorials

    -

    SpeechBrain Advanced

    +

    Neural Architectures

    From cdaa1b6192ccbdbde160d97f63169c884e69f881 Mon Sep 17 00:00:00 2001 From: Parcollet Titouan Date: Mon, 15 Mar 2021 13:53:50 +0100 Subject: [PATCH 005/277] Allow indexing --- index.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/index.html b/index.html index 3f5b438..b6c3907 100644 --- a/index.html +++ b/index.html @@ -5,12 +5,8 @@ - - - - - SpeechBrain + SpeechBrain: A PyTorch Speech Toolkit From 33fe2df86b05efd7ccb42459b2772dfb4f96428b Mon Sep 17 00:00:00 2001 From: Parcollet Titouan Date: Mon, 15 Mar 2021 13:55:39 +0100 Subject: [PATCH 006/277] Remove blocking --- about.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/about.html b/about.html index c636e79..e36f9a7 100644 --- a/about.html +++ b/about.html @@ -4,11 +4,8 @@ - - - - SpeechBrain + About SpeechBrain From a912bfb12990fae92328c9c49c2fa915d732150a Mon Sep 17 00:00:00 2001 From: Parcollet Titouan Date: Mon, 15 Mar 2021 13:56:11 +0100 Subject: [PATCH 007/277] Remove blocking --- contributing.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/contributing.html b/contributing.html index 1f462cc..b6b0b5d 100644 --- a/contributing.html +++ b/contributing.html @@ -4,11 +4,8 @@ - - - - SpeechBrain + How to Contribute From 3cd7c2ce2105927852a386630d71df7f3605b3a0 Mon Sep 17 00:00:00 2001 From: Parcollet Titouan Date: Mon, 15 Mar 2021 13:56:33 +0100 Subject: [PATCH 008/277] Update tutorial_basics.html --- tutorial_basics.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tutorial_basics.html b/tutorial_basics.html index 7ad7eb5..02d81d5 100644 --- a/tutorial_basics.html +++ b/tutorial_basics.html @@ -4,11 +4,8 @@ - - - - SpeechBrain + SpeechBrain Basics From f2fb8a31fb9924c36015214e0505726b034b33cf Mon Sep 17 00:00:00 2001 From: Parcollet Titouan Date: Mon, 15 Mar 2021 13:56:48 +0100 Subject: [PATCH 009/277] Update tutorial_advanced.html --- tutorial_advanced.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tutorial_advanced.html b/tutorial_advanced.html index 466dd2b..1f90987 100644 --- a/tutorial_advanced.html +++ b/tutorial_advanced.html @@ -4,11 +4,8 @@ - - - - SpeechBrain + SpeechBrain Advanced From 708febc4a853d1022335f028ddf767f14af3e7bf Mon Sep 17 00:00:00 2001 From: Parcollet Titouan Date: Mon, 15 Mar 2021 13:57:17 +0100 Subject: [PATCH 010/277] Update tutorial_hmm.html --- tutorial_hmm.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/tutorial_hmm.html b/tutorial_hmm.html index b4bf50b..695e825 100644 --- a/tutorial_hmm.html +++ b/tutorial_hmm.html @@ -4,9 +4,6 @@ - - - SpeechBrain From f080d377d673bd9da4ce50451d9a2c5e21c78185 Mon Sep 17 00:00:00 2001 From: Parcollet Titouan Date: Mon, 15 Mar 2021 13:57:43 +0100 Subject: [PATCH 011/277] Delete tutorial_hmm.html --- tutorial_hmm.html | 237 ---------------------------------------------- 1 file changed, 237 deletions(-) delete mode 100644 tutorial_hmm.html diff --git a/tutorial_hmm.html b/tutorial_hmm.html deleted file mode 100644 index 695e825..0000000 --- a/tutorial_hmm.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - - - SpeechBrain - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -
    - - - -
    - -
    - - - -
    -
    -
    -
    -
    -
    - -
    -
    -
    -

    Minimal Example

    -

    Duis faucibus consequat nisi, id dapibus velit tristique vitae. Donec cursus dolor nulla, eget iaculis libero elementum in. Curabitur porttitor suscipit velit, at imperdiet orci viverra id. Praesent vitae nisi convallis, bibendum purus sagittis, mattis ipsum. Fusce pulvinar mi sit amet lorem cursus ultricies vel sit amet velit. Quisque id aliquet purus. Integer vitae lectus ac lorem porttitor lobortis sed quis lorem. Quisque posuere non libero eu consequat. Curabitur porttitor lacus sed dolor dapibus posuere. Mauris luctus dolor felis, sit amet bibendum lectus molestie eu. Sed id odio ligula. Maecenas interdum lorem vel varius malesuada. Nunc euismod erat a molestie blandit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Fusce sed dapibus augue, id commodo diam.

    - Open in Google Colab -
    -
    -
    -
    -
    - -
    -
    -
    -

    Lattice Free MMI

    -

    Duis faucibus consequat nisi, id dapibus velit tristique vitae. Donec cursus dolor nulla, eget iaculis libero elementum in. Curabitur porttitor suscipit velit, at imperdiet orci viverra id. Praesent vitae nisi convallis, bibendum purus sagittis, mattis ipsum. Fusce pulvinar mi sit amet lorem cursus ultricies vel sit amet velit. Quisque id aliquet purus. Integer vitae lectus ac lorem porttitor lobortis sed quis lorem. Quisque posuere non libero eu consequat. Curabitur porttitor lacus sed dolor dapibus posuere. Mauris luctus dolor felis, sit amet bibendum lectus molestie eu. Sed id odio ligula. Maecenas interdum lorem vel varius malesuada. Nunc euismod erat a molestie blandit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Fusce sed dapibus augue, id commodo diam.

    - Open in Google Colab -
    -
    -
    -
    - - -
    -
    -
    -
    -
    - - - -
    -
    - -
    -
    - - - - - - - - - - - - - - - - - - - - - - - From c305373e1ffeedde942c54e129461b6010ac7e2a Mon Sep 17 00:00:00 2001 From: Parcollet Titouan Date: Mon, 15 Mar 2021 13:58:08 +0100 Subject: [PATCH 012/277] Update tutorial_nn.html --- tutorial_nn.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tutorial_nn.html b/tutorial_nn.html index d718f68..228f786 100644 --- a/tutorial_nn.html +++ b/tutorial_nn.html @@ -4,11 +4,8 @@ - - - - SpeechBrain + SpeechBrain: Neural Architectures From e42efe48d4cf3da6dbbec641da496963792846ff Mon Sep 17 00:00:00 2001 From: Parcollet Titouan Date: Mon, 15 Mar 2021 13:58:30 +0100 Subject: [PATCH 013/277] Update tutorial_processing.html --- tutorial_processing.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tutorial_processing.html b/tutorial_processing.html index 8d6523d..e3fca2c 100644 --- a/tutorial_processing.html +++ b/tutorial_processing.html @@ -4,11 +4,8 @@ - - - - SpeechBrain + SpeechBrain: Speech Processing From 9ae1b5358e1fa0a1bd0c3253b1b4a0de74648369 Mon Sep 17 00:00:00 2001 From: Parcollet Titouan Date: Mon, 15 Mar 2021 16:05:41 +0100 Subject: [PATCH 014/277] Correct 404 --- tutorial_basics.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial_basics.html b/tutorial_basics.html index 02d81d5..6a53cd1 100644 --- a/tutorial_basics.html +++ b/tutorial_basics.html @@ -105,7 +105,7 @@

    SpeechBrain Basics

    Introduction to SpeechBrain

    SpeechBrain is an open-source all-in-one speech toolkit based on PyTorch. - It is designed to make the research and development of speech technology easier. Alongside with our documentation + It is designed to make the research and development of speech technology easier. Alongside with our documentation this tutorial will provide you all the very basic elements needed to start using SpeechBrain for your projects.

    Open in Google Colab
    From 5d6c6b6b8f681cc1fca446e1fa5e3dec33cec6e6 Mon Sep 17 00:00:00 2001 From: Parcollet Titouan Date: Tue, 16 Mar 2021 08:52:28 +0100 Subject: [PATCH 015/277] Adding GA --- index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/index.html b/index.html index b6c3907..87deea4 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,17 @@ + + + + + From 1a376f5c5beaf3499d8cfa10eaf75ed686c8b39b Mon Sep 17 00:00:00 2001 From: Parcollet Titouan Date: Wed, 17 Mar 2021 11:36:05 +0100 Subject: [PATCH 016/277] Update linagora --- about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about.html b/about.html index e36f9a7..a17f281 100644 --- a/about.html +++ b/about.html @@ -159,7 +159,7 @@

    Contributors

  • Loren Lugosch, Mila, McGill University (CA)
  • Nauman Dawalatabad, Indian Institute of Technology Madras (IN)
  • Ju-Chieh Chou, National Taiwan University (TW)
  • -
  • Abdel Heba, University of Toulouse (IRIT, FR)
  • +
  • Abdel Heba, Linagora / University of Toulouse (IRIT, FR)
  • Francois Grondin, University of Sherbrooke (CA)
  • William Aris, University of Sherbrooke (CA)
  • Chien-Feng Liao, National Taiwan University (TW)
  • From b5864634aa4a83d9be58f68be475b11f444170a5 Mon Sep 17 00:00:00 2001 From: Parcollet Titouan Date: Thu, 18 Mar 2021 08:19:42 +0100 Subject: [PATCH 017/277] quick url fix --- contributing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.html b/contributing.html index b6b0b5d..6ce4818 100644 --- a/contributing.html +++ b/contributing.html @@ -102,7 +102,7 @@

    How to get my code into SpeechBrain?

    Then open a pull request on the official repository.
    3. Participate in the review process. Each pull request is reviewed by one or two reviewers. Please integrate their feedbacks into your code. Once reviewers are happy with your pull request, they will merge it into the official code.

    - Details about this process (i.e including steps for installating the tests) are given in the documentation . + Details about this process (i.e including steps for installating the tests) are given in the documentation .

    How can I help?

    Interractions between speech technologies and deep learning are various and numerous. From 6327b1efd38b5268ea2c14deb784ddbe8841e45b Mon Sep 17 00:00:00 2001 From: Parcollet Titouan Date: Sun, 11 Apr 2021 22:08:27 +0200 Subject: [PATCH 018/277] Add wav2vec --- tutorial_nn.html | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/tutorial_nn.html b/tutorial_nn.html index 228f786..4566a2d 100644 --- a/tutorial_nn.html +++ b/tutorial_nn.html @@ -4,8 +4,11 @@ + + + - SpeechBrain: Neural Architectures + SpeechBrain @@ -63,7 +66,7 @@

    SpeechBrain Tutorials

    -

    Neural Architectures

    +

    SpeechBrain Advanced

    @@ -87,6 +90,35 @@

    Neural Architectures

    +
    + +
    +
    +
    +

    Using Wav2Vec 2.0 from HuggingFace and Fairseq with SpeechBrain

    +

    This tutorial describes how to combine (use and finetune) pretrained wav2vec2 models + coming both from fairseq or HuggingFace. Any wav2vec 2.0 model trained with the fairseq + toolkit or integrated to the transformers interface of HuggingFace can be then plugged to + SpeechBrain to approach a speech-related task: automatic speech recognition, speaker recognition, + spoken language understanding ...

    + Open in Google Colab +
    +
    +
    +
    +
    From 975a73ec155e09d9b769a69552c806a02468f708 Mon Sep 17 00:00:00 2001 From: "loren.lugosch" Date: Wed, 14 Apr 2021 20:00:50 -0400 Subject: [PATCH 019/277] better wording (suggested by Brigitte Tousignant) --- about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about.html b/about.html index a17f281..4a8eb33 100644 --- a/about.html +++ b/about.html @@ -148,7 +148,7 @@

    Partners

    Contributors

    -

    In this section we thanks all the peoples that contributed to SpeechBrain.

    +

    We would like to thank the following individuals who contributed to SpeechBrain:

    • Mirco Ravanelli, Mila, Montréal (CA)
    • From 51bb28163222293e458c8d1da45c17b5c83acde8 Mon Sep 17 00:00:00 2001 From: Mirco Ravanelli Date: Sun, 18 Apr 2021 22:57:03 -0400 Subject: [PATCH 020/277] Update tutorial_processing.html --- tutorial_processing.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/tutorial_processing.html b/tutorial_processing.html index e3fca2c..f0aa209 100644 --- a/tutorial_processing.html +++ b/tutorial_processing.html @@ -86,6 +86,31 @@

      Speech Processing

      +
      + +
      +
      +
      +

      Speech Recognition From Scratch

      +

      Do you want to figure out how to implement your speech recognizer with SpeechBrain? Look no further, you're in the right place. This tutorial will walk you + through all the steps needed to implement an offline end-to-end attention-based speech recognizer. This is a self-contained tutorial that will help you "connecting the dots" across all the steps needed to train a modern speech recognizer. We will address data preparation, tokenizer training, language model, ASR model, and inference. We will explain how to train your model on your data.

      + Open in Google Colab +
      +
      +
      +
      From bd28673f129b900ae84839188b9b488ccbc1e0b8 Mon Sep 17 00:00:00 2001 From: Titouan Date: Mon, 19 Apr 2021 16:24:25 +0200 Subject: [PATCH 021/277] update tutorials. --- index.html | 5 +- tutorial_advanced.html | 5 +- tutorial_asr.html | 206 +++++++++++++++++++++++++++++++++++++ tutorial_basics.html | 3 + tutorial_enhancement.html | 208 ++++++++++++++++++++++++++++++++++++++ tutorial_nn.html | 34 ++++++- tutorial_processing.html | 54 +--------- tutorial_separation.html | 207 +++++++++++++++++++++++++++++++++++++ 8 files changed, 668 insertions(+), 54 deletions(-) create mode 100644 tutorial_asr.html create mode 100644 tutorial_enhancement.html create mode 100644 tutorial_separation.html diff --git a/index.html b/index.html index 3f5b438..75d3067 100644 --- a/index.html +++ b/index.html @@ -49,8 +49,11 @@
    diff --git a/tutorial_advanced.html b/tutorial_advanced.html index 019d472..5529f1e 100644 --- a/tutorial_advanced.html +++ b/tutorial_advanced.html @@ -47,8 +47,9 @@ - + + diff --git a/tutorial_asr.html b/tutorial_asr.html index 9843f98..0f214b3 100644 --- a/tutorial_asr.html +++ b/tutorial_asr.html @@ -50,8 +50,9 @@ - + + diff --git a/tutorial_basics.html b/tutorial_basics.html index 0e4311e..04c68aa 100644 --- a/tutorial_basics.html +++ b/tutorial_basics.html @@ -47,8 +47,9 @@ - + + diff --git a/tutorial_classification.html b/tutorial_classification.html new file mode 100644 index 0000000..5f34c5d --- /dev/null +++ b/tutorial_classification.html @@ -0,0 +1,208 @@ + + + + + + + + + + + SpeechBrain + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + + +
    +
    +
    +

    Join our official Discourse to discuss with SpeechBrain users coming from all around the world!

    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    + + + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tutorial_enhancement.html b/tutorial_enhancement.html index 0f6d1f9..a08cb22 100644 --- a/tutorial_enhancement.html +++ b/tutorial_enhancement.html @@ -50,8 +50,9 @@ - + + diff --git a/tutorial_nn.html b/tutorial_nn.html index 69b872c..4934ef8 100644 --- a/tutorial_nn.html +++ b/tutorial_nn.html @@ -50,8 +50,9 @@ - + + diff --git a/tutorial_processing.html b/tutorial_processing.html index 34f3ee6..2eb4378 100644 --- a/tutorial_processing.html +++ b/tutorial_processing.html @@ -48,8 +48,9 @@ + + - diff --git a/tutorial_separation.html b/tutorial_separation.html index 29e5b55..1518edb 100644 --- a/tutorial_separation.html +++ b/tutorial_separation.html @@ -50,8 +50,9 @@ - + + @@ -96,7 +97,7 @@

    Source Separation

    • Subakan C.
    • From 3e25fba93be593f8f565da4b73648f92efbb84e0 Mon Sep 17 00:00:00 2001 From: Mirco Ravanelli Date: Mon, 19 Apr 2021 22:07:13 -0400 Subject: [PATCH 026/277] Update tutorial_classification.html --- tutorial_classification.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial_classification.html b/tutorial_classification.html index 5f34c5d..7ae247d 100644 --- a/tutorial_classification.html +++ b/tutorial_classification.html @@ -70,7 +70,7 @@

      SpeechBrain Tutorials

      -

      Source Separation

      +

      Speech Classification

      From da56ab1a2b88f67961bd2087a2a26e7612eb2207 Mon Sep 17 00:00:00 2001 From: Titouan Date: Thu, 22 Apr 2021 18:37:53 +0200 Subject: [PATCH 027/277] Link roadmap --- about.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/about.html b/about.html index 4a8eb33..98b2d39 100644 --- a/about.html +++ b/about.html @@ -92,6 +92,12 @@

      Contributing to SpeechBrain

      SpeechBrain needs you in order to evolve!

      +
    +
    +

    SpeechBrain Roadmap

    +

    As a community-based and open source project, SpeechBrain needs the help of its community to grow in the right direction. Opening the roadmap to our users enable the toolkit to benefit from new ideas, new research axes or even new technologies. The roadmap, available on our Discourse, lists all the changes and updates that need to be done in the current version of SpeechBrain. Users are more than welcome to propose new items via new Discourse topics! +

    +

    Referencing SpeechBrain

    From 00b109b214b17eeaab6cb28d835704a869dd5002 Mon Sep 17 00:00:00 2001 From: Titouan Date: Thu, 22 Apr 2021 18:40:31 +0200 Subject: [PATCH 028/277] Move roadmap to contributing --- about.html | 6 ------ contributing.html | 8 +++++--- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/about.html b/about.html index 98b2d39..4a8eb33 100644 --- a/about.html +++ b/about.html @@ -92,12 +92,6 @@

    Contributing to SpeechBrain

    SpeechBrain needs you in order to evolve!

    -
    -
    -

    SpeechBrain Roadmap

    -

    As a community-based and open source project, SpeechBrain needs the help of its community to grow in the right direction. Opening the roadmap to our users enable the toolkit to benefit from new ideas, new research axes or even new technologies. The roadmap, available on our Discourse, lists all the changes and updates that need to be done in the current version of SpeechBrain. Users are more than welcome to propose new items via new Discourse topics! -

    -

    Referencing SpeechBrain

    diff --git a/contributing.html b/contributing.html index 6ce4818..0e587ac 100644 --- a/contributing.html +++ b/contributing.html @@ -106,10 +106,12 @@

    How to get my code into SpeechBrain?

    How can I help?

    Interractions between speech technologies and deep learning are various and numerous. - Therefore, we do not provide any official development directions. Instead, we believe that the toolkit will evolve accordingly to the needs + We believe that the toolkit will evolve accordingly to the needs of the different research fields and industry. Examples of contributions include new recipes, better models for higher performance, - new external functionalities, or even core changes and extensions. While we do not provide any instructions on the potential interesting applications, - feel free to jump into our Discourse or GitHub to see if any existing issue remains unsolved! + new external functionalities, or even core changes and extensions. Feel free to jump into our Discourse or GitHub to see if any existing issue remains unsolved! +

    +

    SpeechBrain Roadmap

    +

    As a community-based and open source project, SpeechBrain needs the help of its community to grow in the right direction. Opening the roadmap to our users enable the toolkit to benefit from new ideas, new research axes or even new technologies. The roadmap, available on our Discourse, lists all the changes and updates that need to be done in the current version of SpeechBrain. Users are more than welcome to propose new items via new Discourse topics!

    From c73e22e7084c2c06f4a47dc5d12fa786449a3de0 Mon Sep 17 00:00:00 2001 From: mirco Date: Wed, 28 Apr 2021 16:51:26 -0400 Subject: [PATCH 029/277] add star button --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 253cbd5..30d707c 100644 --- a/index.html +++ b/index.html @@ -87,6 +87,7 @@

    SpeechBrain

    +
    @@ -96,6 +97,7 @@

    SpeechBrain

    +
    From 9216466daa1151ed750e8654a621712570ed9346 Mon Sep 17 00:00:00 2001 From: Mirco Ravanelli Date: Thu, 29 Apr 2021 13:16:11 -0400 Subject: [PATCH 030/277] Update index.html fixed small typo --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 30d707c..1659bb2 100644 --- a/index.html +++ b/index.html @@ -108,7 +108,7 @@

    SpeechBrain

    Key Features

    SpeechBrain is an open-source and all-in-one speech toolkit. - It is designed to be simple, extremely flexible, and user-friendly. State-of-the-art performance are obtained in various domains.

    + It is designed to be simple, extremely flexible, and user-friendly. Competitive or state-of-the-art performance is obtained in various domains.

    From 0103830ff9f5fe3530c721fadcf764daa525c7ef Mon Sep 17 00:00:00 2001 From: Parcollet Titouan Date: Fri, 30 Apr 2021 10:06:23 +0200 Subject: [PATCH 031/277] 404 --- contributing.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributing.html b/contributing.html index 0e587ac..585801f 100644 --- a/contributing.html +++ b/contributing.html @@ -81,7 +81,7 @@

    Everyone is welcome

    Contributing to the code of SpeechBrain

    The goal is to write a set of libraries that process audio and speech in several ways. It is crucial to write a set of homogeneous libraries that are all compliant to a set of guidelines all described - in our documentation . + in our documentation .

    Zen of SpeechBrain

    SpeechBrain could be used for research, academic, commercial, non-commercial purposes. @@ -97,7 +97,7 @@

    Zen of SpeechBrain

    How to get my code into SpeechBrain?

    SpeechBrain is hosted via GitHub . Hence, the process of integrating your code to the toolkit will be done via this plateform. Then, three steps can be followed:

    - 1. Fork, clone the repository and install our test suite as detailled in the documentation .
    + 1. Fork, clone the repository and install our test suite as detailled in the documentation .
    2. Add your code and make sure that the tests still run properly. Commit your changes to your fork with our pre-commit tests to ensure the normalisation of your code. Then open a pull request on the official repository.
    3. Participate in the review process. Each pull request is reviewed by one or two reviewers. From b987f7e9f0c8c8faf9f9c3f76c213e31dc454ba5 Mon Sep 17 00:00:00 2001 From: Parcollet Titouan Date: Mon, 7 Jun 2021 22:18:36 +0200 Subject: [PATCH 032/277] BioASP --- about.html | 1 + 1 file changed, 1 insertion(+) diff --git a/about.html b/about.html index 4a8eb33..cab1d2f 100644 --- a/about.html +++ b/about.html @@ -143,6 +143,7 @@

    Partners

    +
    From a429f01c6f59b4cafd0ecedd2a052eb7f1e17e23 Mon Sep 17 00:00:00 2001 From: Titouan Date: Mon, 7 Jun 2021 22:22:45 +0200 Subject: [PATCH 033/277] update tutorials --- about.html | 9 +++++++-- contributing.html | 8 ++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/about.html b/about.html index 4a8eb33..ba9acb0 100644 --- a/about.html +++ b/about.html @@ -41,11 +41,15 @@