-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
all.desc #1
Comments
Because, in hour of building have some erro with wagon. How this "bad values in R:SylStructure.parent.syl_out". |
I had bad values when I was asking for a feature that I don't compute, with my clustergen, I had bad values in the same circumstances, I think it' |
Yes, thies values are of file in https://github.com/festvox/festvox/blob/master/src%2Funitsel%2Funitsel.desc. I modified with new values (numbers) for better unit seletion and with my phones. This my repository is a experimental, have some erros in my scripts. |
I know too well: make a new voice is difficult. |
Yes! For my is difficult the part of tokenization (numbers to words) and by not I am have a computer for this. In a future, have plans for a clustering voice, a pos tagging and others features. Had a forum for this but it no longer exists It also has but the navigation is much hard. |
We can talk here about our projects if you want, of course. |
right now my tokenizer mechanism (number to words) is out of order, but at the time it was quite sophisticated
I could read year spans 2020/2024 |
Interesting, how is your tokenizer? |
In bad shape, it was too ambitious ... and I was refactoring it when I had an accident (physical and material with the lost hard disk with a local repository ... all my fault !) I am recovering and I hope soon my tokenizer will too. |
if you don't know the Catalan project http://festcat.talp.cat, have a look! |
what a pity, how good that everything is fine. I am can help your voice? I am have projects for a voice in Flite. A application for android, using two binary, flite and a tokenization for my language. |
|
About clustergen, I am script for generation of F0 with REAPER. This sofware is very good for F0 Extraction. But I not try. |
My daughter send me a link for you https://github.com/RHVoice/RHVoice |
I am happy you found this ln interesting, Sergio Oller seems very easy-going |
you know what, right now to be sincere, I would be just so pleased if you could told me the name of the function to clear the terminal when using festival in interactive mode. I cant remember it ! |
Poslex and pre_hook? I I've never heard of it. |
About UTF-8, have a problem. The Festival not process upper letters with graphic hits Example: For i o u Is need created a smail function to convert all upper letters in lower. |
I not know, sorry. I not use Festival in interactive mode. |
yes, you need it.
|
I started with the vanilla tools (with or without SPTK), I am quite satisfied with the script make_f0_pm (even without the sophistication it allows). It could be certainly improved but it is not one of my priority. |
for Poslex have a look on the Festcat project ! |
Very Good. I can use this in my project with your name? |
About phrasing have in https://github.com/festvox/festvox/tree/master/src%2Fphrasyn have a method for this but need a tagset/pos tagging. And intonation have in https://github.com/festvox/festvox/tree/master/src%2Fspamf0 but I not try. |
I understood. But not know this help in synthesis. |
Hello! @ddavout. How are you? |
already 3 weeks ! |
Quanto ao francês, consegui construir um LTS robusto em um computador de aproximadamente dez anos com 2 núcleos e 8 GB de memória.
necessita de uma codificação em utf8, pouco compatível com lib/lts.cm do Festival. |
Oi, fico feliz que esteja falando no meu idioma nativo. Eu tinha visto o seu repositório. Apesar que está meio confuso para mim, mesmo assim gostei bastaste. Sobre o LTS, o que eu uso foi treinado usando 68000 palavras sendo nomes. Mas mesmo assim não achei bons os resultados. Hoje (18/05) eu consegui modificar a minha função LTS para usar um G2P (Grafeme to Phonemes) externo que é acessiveu usando linha de comando. Teve problemas para executar a linha de comando pois as palavras com acento grafico estavam com codificação errada. Eu tenho um laptop com 4gb de ram com 2 núcleos. Estou trabalhando o projeto nele. Eu ouvi a sua amosta do seu repositório, fico "boa" pelo estagio inicial. Tentou olhar nos scripts build_cg_rfs_voice? Tem métodos para tentar dar uma melhorar na voz clustering. |
Para 150 prompts é muito bom. Posso fornecer script de extração de F0 usado REAPER. Ainda não tentei em uma voz clustering real. |
No seu script LTS para grafemas, você usa a função wordexplode? Veja meu INST_LANG_lts.scm, ele é compatível com UTF-8. Pessoalmente, eu uso menos de 50.000 entradas, e nem todas são únicas, pois para influenciar o wagon, não hesitei em repetir algumas. |
As letras acentuadas funcionam normalmente aqui. Mesmo com meu modelo LTS ainda precida de um dicionario. |
@ddavout Amostras: Ah, sobre a questão discutida lá em cima da falha da função (downcase) em transformar as palavras maiúsculas em minusculas. Eu adicionei um código em minha função ```scheme
A variável tmpword só adicionei ela porque não podia em usar diretamente a variável word na função |
doesn't work !
ddavout/FESTIfr#19 (I 'm trying to improve my git skill :) |
Eu comentei em sua discursão sobre uma possível solução. |
....
Hi Pallas In fact the string-replace from freebsoft-utils I use is not fully utf8-compatible 👎 "ù" is not replaced properly in (string-replace name "ù" "u")) |
Olá, eu perdi o meu acesso ao meu Github :(. Tiver que criar uma nova conta. Estou tento alguns problemas, vai demorar um pouco para eu conseguir voltar a ativa no projeto. |
FestPB/vox_files/all.desc
Line 126 in bf29e3e
or
( R:SylStructure.parent.syl_out 0 float 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100)
Why keep this kind of list of numbers ?
I don't see anything like that in cmu_us_ksp_arctic, for example
and in festvox/src/prosody/build_prosody.scm, they remove it with the build_fix_desc_file;
The text was updated successfully, but these errors were encountered: