The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
5 views

what's the name for errors like phoneme deletion and phoneme substitution?

don't know if it's the right place to ask but I did see many methods in speech technology (part of DSP) are mentioned here. I want to know the global name for speech errors like phoneme deletion and ...
1
vote
1answer
52 views

Fisher ratio or F_ratio

I am confused while writing code to implement Fisher’s F-ratio. Suppose I have 4 speakers, each speaker pronounces 2 words and each word has 3 frames and each frame has 30 sub-bands. $u$ is mean of ...
0
votes
0answers
12 views

Lookup word in dictionary by voice [migrated]

I have 1000 words in 3 different dialects for the Gaelic language. I have each word in the form of three mp3 recordings. I wish to have functionality in my application, be it a website or a mobile ...
2
votes
1answer
76 views

Question about overlap-add

@Jim Clay: No if the filter varies slowly, then the clicks go away. So I guess the filter needs to vary slowly to avoid audible clicking sounds. I created a test in matlab where I'm comparing ...
0
votes
1answer
127 views

Remove spurious peaks of Hilbert transform

I want to eliminate spurious peaks of Hilbert transform for finding Glottal closure in LP residual. I have the following 4 steps: 1-down-sample. 2-Hilbert Transform. 3-Identify Peaks in Hilbert ...
1
vote
1answer
153 views

How to denoise a conversation between two people?

I would like to know how to determine (using any programming language) whether a given audio file contains noise, such as of people talking in background, how to remove the noise, and how to ...