Displaying 20 results from an estimated 9000 matches similar to: "how to fix high freq noise?"
2008 Oct 18
0
how to fix high freq noise?
Hi, speex developers!
I'm new to speex, and trying to build a simple echo application.
something like this.
microphone -> speex encoder -> speex decoder -> speaker
I first test it the simple way,
microphone -> do nothing -> speaker
and this works fine.
But when I try to encode speex, and decode it,
it works, but some high frequency noise is added.
How can I fix it?
The
2009 Jan 07
3
how to fix high freq noise?
Hi Masakazu,
I have reproduced the Speex high frequency noise issue on a Blackfin 537
by sending 'silence' into the Speex fixed point encoder. By recording
the Speex decoder output and plotting the spectrum using Audacity the
following two frequencies.
1596Hz at -31.3dB
3200Hz at -48dB
These two frequencies are present in both Narrow Band and Wide Band
modes. I've tried a number
2009 Jan 08
2
how to fix high freq noise?
Hi Jean-Marc,
Thanks for the quick response! I am resending this mail hopefully in
plain text.
The following three version have been tried and all of them have the
high frequency tones.
speex-svn-14525
speex-1.2rc
speex-svn-15540
I've isolated this down to the Speex encode/decode by sending silence
(i.e. all zeros) to the encoder and displaying the decoder output in
addition to
2004 Aug 06
2
reduction of noise due to high microphone gain
This works really well for white noise reduction. However what I've noticed was the amplitudes of normal speech samples also get reduced.
Is this something by design, or is there a way to automatically recover the original speech sample volumes ?
<p>Thanks.
<p>Tongbiao
<p>-----Original Message-----
From: Jean-Marc Valin [mailto:jean-marc.valin@hermes.usherb.ca]
Sent:
2004 Aug 06
1
reduction of noise due to high microphone gain
Hello,
With high microphone gain, I seem to have problem making the silence
detection work.
The speech detection works well for the rare dish sample, which has very
low noise amplitudes in silence regions. However, if the microphone
gain is set to really high, noise samples are taken as speech, as
indicated by the non-zero return value from speex_encode() calls.
I had VAD turned on.
2004 Aug 06
1
Noise problem with high harmonics
I just finished testing and integrating Speex into our test project. Speex
works excellent and sounds great for the bitrate.
I have noticed, however, on cheaper microphones that Speex will produce loud
static noise at high harmonics/amplitude in the sound. Is there some
setting to prevent this static? I don't have this problem with various
other manufacturer voice coders that I am using
2016 Jul 12
2
High noise after encoding/decoding procedure
Hello everyone.
I have a problem with a high level of noise after opus encoding/decoding
procedure. If I stream a raw data from the microphone and send it back to
the speakers I hear the clear sound (with a small delay).
If I encode each frame, decode it and send it back to the speakers I hear a
very noisy signal - it is so large, so it is almost impossible to
distinguish words in my speech...
2008 Feb 15
0
speex echo problem in my own softphone to POTS
Hi,
I use SpeexEcho in my own softphone using MGCP protocol register to a PBX under WindowsXP in my laptop.
I make a call:
softphone ---> PBX ----> MediaGateWay ---PotsLine---> Traditional Phone.
In the other side(TraditionalPhone), I did not here any echo voice, SpeexEcho works well.
But, if I let laptop to make some sounds, such as play music, I heard all
2004 Aug 06
0
speex_denoise on non-microphone noise (static ?)
Take what I say with a grain of salt: I'm an amateur and haven't actually
touched Speex in any way, yet. I'm just sort of passing on personal belief
from personal experience. Also, check and make sure that the microphone
line is insulated.
There are a number of problems with sound cards picking up interference from
the host machine. The wires that run between ICs on a card
2004 Aug 06
0
speex_denoise on non-microphone noise (static ?)
The problem started with speech detection. Speech sections are detected
well. However, once in a while non-speech sections are also marked as
speech. The root was finally traced down to microphone static noise.
Then I pulled the microphone out. Our system still records noise. To
isolate the problem, I wrote a small app just to open the device and
record raw samples, calls speex_denoise()
2004 Aug 06
0
speex_denoise on non-microphone noise (static ?)
Understand that it's a *guess*. If this fixes or at least betters the
situation, you're going to need to find a legit way to insulate these cards,
or to switch cards. If it's for customers, I should hope you wouldn't be
using enamelled aluminum foil. :D
-----Original Message-----
From: Tongbiao Li [mailto:tli@viack.com]
Sent: Thursday, September 18, 2003 11:20 AM
To:
2004 Aug 06
0
speex_denoise on non-microphone noise (static ?)
Thanks for the speedy response and detailed, enlightening explanation.
Now I understand where the problem is, and will try out your suggestions
just to further confirm my conjecture.
When I am done, I have to take the foil out, though. This is a product
for our customers to use, and although we've got budget for mulffing
every sound card we developers use, most likely the company
2004 Aug 06
0
speex_denoise on non-microphone noise (static ?)
Hi,
I'm not sure how speex_denoise() works, but my solution to this problem
is fairly straightforward and works well in practice (in a simple VoIP
program.) Note that I am also an amateur and am making up some
terminology here... but I've tested my approach on several noisy
environments with low-quality mics and it does work well.
Problem: There's usually annoying noise present
2004 Aug 06
0
speex_denoise on non-microphone noise (static ?)
That's might be speex_denoise() is trying to do already, based on the
fact that if noise is present in speech signal, the former gets
suppressed to a certain extend. Also, I noticed after suppression, the
short, noisy attack - speex_denoise() have to be doing some kind of
profiling.
I've looked at a few offline denoise() solutions. They all involve
profile building.
A real-time
2004 Aug 06
0
speex_denoise on non-microphone noise (static ?)
I'm not sure you'd have much success in trying to make a generic profile
to fit the "typical noisy PC" since PC configurations vary so much.
Consider an integrated AC97 codec vs. the mic input on an SB Live!/Audigy
Live!Drive, or whether or not the input from the CD-ROM audio is muted,
or what noisy devices might be situated near the mic. It's nice
to be able to get
2004 Aug 06
1
reduction of noise due to high microphone gain
Le dim 31/08/2003 à 20:12, Daniel Vogel a écrit :
> > This works really well for white noise reduction. However
> > what I've noticed was the amplitudes of normal speech samples
> > also get reduced.
>
> Noticed this as well recently.
This is probably due to the AGC (Adaptive Gain Control) that's
integrated with the denoiser. I'll try adding an option to
2004 Aug 06
0
Re: speex_denoise on non-microphone noise (static ?)
> Then I pulled the microphone out. Our system still records noise. To
> isolate the problem, I wrote a small app just to open the device and
> record raw samples, calls speex_denoise() and outputs both sample
> sets.
> The noise is still there, with level fluctuating with gain level,
> unless
> "All mute" is chosen.
> In the case when NO microphone is
2008 Sep 12
1
Echo Cancellation not working on WinCE
Hello Friends,
I am trying to use speex-1.2beta3 version for echo cancelling.
On my WinCE board I am using WaveIn/WaveOut functions to record and playback
audio.
I am receiving audio data on udp socket, then playing it on speaker using
WaveOutWrite function.
I registered callback to capture microphone data, then data chunk came from
socket ( which I played on speaker) and data captured from
2009 Apr 27
2
series at low freq expanded into high freq
Folks,
If I have a series mm of, say, monthly observations, and a series dd of
daily dates, what's a good way of expanding mm such that corresponding
to each day in dd within the corresponding month in mm, the values of mm
are repeated?
So e.g., if I have mm:
mm <- c(15, 10, 12, 13, 11)
names(mm)<-c("Nov 2008", "Dec 2008", "Jan 2009", "Feb
2005 Nov 11
0
Re: aec
This is a very real problem though.. I've encountered many sound cards that
use different clocks for input and output (even on the same card!) Also, if
you open up a sound device on windows at 8kHz, the microphone is often
around 8100Hz, while the output is 8000Hz.. I'm not sure if there's a bug
somewhere in some of the OS resampling algorithms, but I've seen that on
many machines.