Displaying 6 results from an estimated 6 matches for "barvanjekode".
2009 Sep 14
2
noise from custom encoder/decoder
Hy,
I'm totaly out of ideas now.
here are links to the code I use.
codec.cpp http://barvanjekode.gama.us/temp/1078354945.html
codec.h http://barvanjekode.gama.us/temp/135707080.html
Variables I use are:
int samplerate 32000
uint quality 10
uint complexity = 2
I get that wierd noise after I use speex encoder/decoder. It's like there
where empty spaces between each encoded packet but...
2009 Sep 16
1
noise from decoded file
...s anymore. i try everything i know, from changing
the way of copying data to different encode/decode algorithms
the recorded file is clean, without noise, but the playback file i get from
the decoder has that noise.
thanks for your time&help.
the code is of codec is here:
codec.cpp: http://barvanjekode.gama.us/temp/1733774211.html
codec.h : http://barvanjekode.gama.us/temp/1745553050.html
Lp, Tim
+--------------------------+
| email: rico at gama.us |
| www: http://gama.us |
|--------------------------|
| tel: 00386 31 457 627 |
+--------------------------+
-------------- next par...
2009 Sep 14
0
noise from custom encoder/decoder
Tim Rijavec wrote:
> Hy,
>
> I'm totaly out of ideas now.
>
> here are links to the code I use.
>
> codec.cpp http://barvanjekode.gama.us/temp/1078354945.html
> codec.h http://barvanjekode.gama.us/temp/135707080.html
>
> Variables I use are:
> int samplerate 32000
> uint quality 10
> uint complexity = 2
>
> I get that wierd noise after I use speex encoder/decoder. It's like
> there where...
2009 Sep 02
3
voice sound like robot voice :)
hy,
here is my speex encoder/decoder .. the sampleRate i use is 16000 and
quality,complexity are at 5.
can someone take a look in to the code and see if there is something that is
making that robot voice
here is a link to colored and numbered code, same as below
http://barvanjekode.gama.us/temp/1257361243.html
thanx.
code
-----------------------
#include "codec.h"
/////////////////////////////////////////////////////////////////
// Constants
/////////////////////////////////////////////////////////////////
#define Cvoicecodecrawbuffersize 16 * Ckilobyte
//...
2009 Sep 03
1
Speex-dev Digest, Vol 64, Issue 2
...the sampleRate i use is 16000 and
> > quality,complexity are at 5.
> >
> > can someone take a look in to the code and see if there is something that
> > is making that robot voice
> >
> > here is a link to colored and numbered code, same as below
> > http://barvanjekode.gama.us/temp/1257361243.html
> >
> > thanx.
> >
> > code
> > -----------------------
> > #include "codec.h"
> >
> > /////////////////////////////////////////////////////////////////
> > // Constants
> > //////////////////////////...
2009 Sep 03
0
voice sound like robot voice :)
...ere is my speex encoder/decoder .. the sampleRate i use is 16000 and
> quality,complexity are at 5.
>
> can someone take a look in to the code and see if there is something that
> is making that robot voice
>
> here is a link to colored and numbered code, same as below
> http://barvanjekode.gama.us/temp/1257361243.html
>
> thanx.
>
> code
> -----------------------
> #include "codec.h"
>
> /////////////////////////////////////////////////////////////////
> // Constants
> /////////////////////////////////////////////////////////////////
> #defi...