Skip to content

Releases: k2-fsa/sherpa-onnx

source-separation-models

22 May 06:47
901b3f0
Compare
Choose a tag to compare

audio_example.wav is converted from
https://github.com/deezer/spleeter/blob/v1.4.0/audio_example.mp3
with the following command

sox audio_example.mp3 audio_example.wav

v1.12.0

15 May 08:09
02c902a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.11.5...v1.12.0

v1.11.5

08 May 03:40
baec2da
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.4...v1.11.5

v1.11.4

01 May 03:39
abc4daa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.11.3...v1.11.4

hr-files

27 Apr 06:43
e328002
Compare
Choose a tag to compare

replace.fst is generated from
https://colab.research.google.com/drive/1jEaS3s8FbRJIcVQJv2EQx19EM_mnuARi?usp=sharing


If you don't have access to the colab notebook, here is the code for generating replace.fst:

import pynini
from pynini.lib import utf8, byte
from pynini import cdrewrite

sigma = utf8.VALID_UTF8_CHAR.star

rule1 = pynini.cross("dan1ni2er3bo1wei2", "丹尼尔·波维")
rule10 = pynini.cross("dan1ni2er3bo1wei4", "丹尼尔·波维")
rule2 = pynini.cross('dou4dou4', '豆豆')
rule3 = pynini.cross('cheng2cheng2', '橙橙')
rule30 = pynini.cross('chen2chen2', '橙橙')
rule4 = pynini.cross('qiao2qiao2', '峤峤')
rule5 = pynini.cross('qiu2qiu2', '球球')
rule6 = pynini.cross('lin2mei3li4', '林美丽')
rule7 = pynini.cross('guo3guo3', '果果')
rule8 = pynini.cross('miao2miao2', '苗苗')
rule9 = pynini.cross('xuan2jie4', '玄戒')
rule10 = pynini.cross('xuan2jie4xin1pian1', '玄戒芯片')
rule11 = pynini.cross('xuan2jie4xing1pian1', '玄戒芯片')
rule12 = pynini.cross('xuan2jie4xin1pian1', '玄戒芯片')
rule13 = pynini.cross('xuan2jie4xing1pian1', '玄戒芯片')


rule = (rule1 | rule10 | rule2 | rule3 | rule30 | rule4 | rule5 | rule6 | rule7 | rule8 | rule9 | rule10 | rule11 | rule12 | rule13).optimize()
rule = cdrewrite(rule, "", "", sigma)

rule.write('replace.fst')

Note that you need to use

pip install --only-binary :all: pynini

to install pynini

v1.11.3

03 Apr 08:20
31ced58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.11.2...v1.11.3

v1.11.2

21 Mar 06:07
419f7fe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.11.1...v1.11.2

v1.11.1

17 Mar 09:33
bdf84a7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.0...v1.11.1

v1.11.0

16 Mar 07:29
f110c77
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.10.46...v1.11.0

speech-enhancement-models

10 Mar 03:23
362ddf2
Compare
Choose a tag to compare