Displaying 6 results from an estimated 6 matches for "rijavec".
2009 Sep 03
1
Speex-dev Digest, Vol 64, Issue 2
...t xiph.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Speex-dev digest..."
>
>
> Today's Topics:
>
> 1. Re: voice sound like robot voice :) (Greger Burman)
> 2. Re: voice sound like robot voice :) (Tim Rijavec)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 3 Sep 2009 10:21:49 +0200
> From: Greger Burman <greger at mobile-robotics.com>
> Subject: Re: [Speex-dev] voice sound like robot voice :)
> To: speex-dev at xi...
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
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"
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
&...
2009 Sep 16
1
noise from decoded file
Hy,
can anyone recognize that pixel noise in the playbackfile
recorder file:
http://www.megafileupload.com/en/file/135429/FMODTestRecording-wav.html
playback file:
http://www.megafileupload.com/en/file/135431/FMODTestPlayback-wav.html
i have no idea what that is anymore. i try everything i know, from changing
the way of copying data to different encode/decode algorithms
the recorded file is
2009 Sep 03
0
voice sound like robot voice :)
hy,
recording and playback without speex is working perfectly
Lp, Tim
+--------------------------+
| email: rico at gama.us |
| www: http://gama.us |
|--------------------------|
| tel: 00386 31 457 627 |
+--------------------------+
2009/9/2 Tim Rijavec <rico at gama.us>
> 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...