If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
vowel filter and modulation problems
33 posts
• Page 3 of 4 • 1, 2, 3, 4
Re: vowel filter and modulation problems
Ahh so I just miss the place. SInce coefficient calculation is hoped it is better to implement this fix in that code. Here it is (not optimized becasue it is hoped).
- Attachments
-
- vowel-error SSE FIX.fsm
- (53.68 KiB) Downloaded 937 times
-
TrojakEW - Posts: 111
- Joined: Sat Dec 25, 2010 10:12 am
- Location: Slovakia
Re: vowel filter and modulation problems
Nice!
That block of min/max primitives can be deleted too - the min and max is already there in the code.
That block of min/max primitives can be deleted too - the min and max is already there in the code.
All schematics/modules I post are free for all to use - but a credit is always polite!
Don't stagnate, mutate to create!
Don't stagnate, mutate to create!
-
trogluddite - Posts: 1730
- Joined: Fri Oct 22, 2010 12:46 am
- Location: Yorkshire, UK
Re: vowel filter and modulation problems
Thanks, I do the checkup on how it behaves (in the whole schematic) tonight. Who would like to mess around the optimization a little bit? MyCo?
There is one unanswered question I have here. I asked it few times on SM forum, but nobody responded. If I feed the format filter with tonal input (like saw) - then the voice pitch is easily regulated.
But what about the whisper? Noise has no particular fundamental pitch. So feeding this filter with noise - there is only one whispering "pitch". Can be compared to resonant frequencies of the vocal tract. But humans (male/female/kids, etc) different features there, so the whispers can differ from each other.
So I was wondering - is there a quick way to manipulate pitch of the whisper, without affecting proper (human-like) formant structure? Would it be by adding some sort of filter to input noise, or different tables/coeffs for vowels inside format filter?
There is one unanswered question I have here. I asked it few times on SM forum, but nobody responded. If I feed the format filter with tonal input (like saw) - then the voice pitch is easily regulated.
But what about the whisper? Noise has no particular fundamental pitch. So feeding this filter with noise - there is only one whispering "pitch". Can be compared to resonant frequencies of the vocal tract. But humans (male/female/kids, etc) different features there, so the whispers can differ from each other.
So I was wondering - is there a quick way to manipulate pitch of the whisper, without affecting proper (human-like) formant structure? Would it be by adding some sort of filter to input noise, or different tables/coeffs for vowels inside format filter?
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.
- tester
- Posts: 1786
- Joined: Wed Jan 18, 2012 10:52 pm
- Location: Poland, internet
Re: vowel filter and modulation problems
I'd guess that shifting the formants your best bet - like transposing an instrument, keep the relative distances between them the same, but move them all up or down. That's probably as close as you'll get to a "biological" model - and it would work on the pitched sounds too, to model the different size of people's vocal tract.
I had a synth plugin that worked that way - there were no "normal" oscillators, just white noise sources and resonant band-pass filters that tracked the notes played. Can't remember now what it was called; I'll have to see if I still have it, it made some really beautiful pad sounds quite unlike any oscillator based synth.
EDIT) Aaah, here it is... Chimera
I had a synth plugin that worked that way - there were no "normal" oscillators, just white noise sources and resonant band-pass filters that tracked the notes played. Can't remember now what it was called; I'll have to see if I still have it, it made some really beautiful pad sounds quite unlike any oscillator based synth.
EDIT) Aaah, here it is... Chimera
All schematics/modules I post are free for all to use - but a credit is always polite!
Don't stagnate, mutate to create!
Don't stagnate, mutate to create!
-
trogluddite - Posts: 1730
- Joined: Fri Oct 22, 2010 12:46 am
- Location: Yorkshire, UK
Re: vowel filter and modulation problems
Okay, thanks for hint. My new little fellow will be also pretty playful when I finish it.
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.
- tester
- Posts: 1786
- Joined: Wed Jan 18, 2012 10:52 pm
- Location: Poland, internet
Re: vowel filter and modulation problems
Martin - quick question, because that vowel filter was your design.
Do you have a recipe for continuous vowel-like sounds, i.e. L, M/N, R?
Do you have a recipe for continuous vowel-like sounds, i.e. L, M/N, R?
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.
- tester
- Posts: 1786
- Joined: Wed Jan 18, 2012 10:52 pm
- Location: Poland, internet
Re: vowel filter and modulation problems
You could try google for the respective formant frequencies and intensities. With that data it would be possible to augment the set of filter coefficient tables that are already there for a,e,i,o,u.tester wrote:a recipe for continuous vowel-like sounds, i.e. L, M/N, R?
Another option would be to create snapshots of the synthesis filter coefficients in my LPC schematic here when feeding these sounds into the voice input. This way you could actually create a personalized catalog of your own vowels and other voiced phonemes. That's something I wanted to do myself one day, just need to get a good mike.
-
martinvicanek - Posts: 1328
- Joined: Sat Jun 22, 2013 8:28 pm
Re: vowel filter and modulation problems
But these semi-vowels will appy as tables to the same schematic you made? Isn't this something applied after? These sounds are made a little bit differently, that's why I ask.
This LPC seems to be an introduction to personalized text-to-speech synthesis.
Another question I asked before, but can't remember if anyone answered. When feeding the formant filter with noise (whispering vowels) - what sould I do to achieve different pitch at the same vowel? What sort of filter where and how?
I see if I can find anything that I uderstand.
Thanks!
This LPC seems to be an introduction to personalized text-to-speech synthesis.
Another question I asked before, but can't remember if anyone answered. When feeding the formant filter with noise (whispering vowels) - what sould I do to achieve different pitch at the same vowel? What sort of filter where and how?
I see if I can find anything that I uderstand.
Thanks!
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.
- tester
- Posts: 1786
- Joined: Wed Jan 18, 2012 10:52 pm
- Location: Poland, internet
Re: vowel filter and modulation problems
My advice would be to listen, you can descern speech.. So if you can tune two or three filters to form the vowel you want it cant really be wrong.
For changing the pitch you can raise or lower the filters a little, as long as the underlying ratios are more or less the same. And it still sounds like the letter you want.
I have on a synth what trog said, a compressing and expanding ratio. It does have a cool yeaaah aieeee sound.
For changing the pitch you can raise or lower the filters a little, as long as the underlying ratios are more or less the same. And it still sounds like the letter you want.
I have on a synth what trog said, a compressing and expanding ratio. It does have a cool yeaaah aieeee sound.
192k @ 8ms
-
MegaHurtz - Posts: 105
- Joined: Mon Aug 11, 2008 6:29 pm
- Location: Eindhoven/Nederland
Re: vowel filter and modulation problems
For speech processing - certain things must be specifically in tune. Otherwise speech will be not higher or lower pitched, but higher or lower resampled (which isn't sounding well at octave difference). I don't know which parameters to tune in Martin's work.
Plus - I assume, there are already existing models, that offer tables with coeffs/parameters. I'm not an expert in that field, but I'm interested in specific results. Martin knows better what to do with the theoretical stuff and how to translate it into something I can understand.
Plus - I assume, there are already existing models, that offer tables with coeffs/parameters. I'm not an expert in that field, but I'm interested in specific results. Martin knows better what to do with the theoretical stuff and how to translate it into something I can understand.
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.
- tester
- Posts: 1786
- Joined: Wed Jan 18, 2012 10:52 pm
- Location: Poland, internet
33 posts
• Page 3 of 4 • 1, 2, 3, 4
Who is online
Users browsing this forum: No registered users and 67 guests