Displaying 20 results from an estimated 300 matches similar to: "SpeexEnc/SpeexDec Source Code"
2004 Aug 06
1
Building speexdec on win32
Hello ,
I had downloaded latest tar.gz of speex sources.
I am trying to build it on windows , by using the
Visual C project files. (dsp/dsw)
with libspeex I did succeed.
When I try to build speexdec (using the (dsp/dsw project files under
win32/speecdec)
I get the follwoing message dialog :
"browse for project ogg_static"
what to do ?
regards
sting
2004 Aug 06
1
speexenc and speexdec
When I use speexenc appplication to encode a wav file and then speexdec to decode it the decoded wav is bigger than the original, why this happens?
Thanks.
Miguel Gomes
<p>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 2786 bytes
Desc: winmail.dat
Url :
2006 Jun 07
1
Unable to compile speexenc and speexdec projects of speex1.0.5
Dear developers,
I am not able to compile speexenc and speexdec projects of speex1.0.5
on windows because of ogg.h file (and related file) are not included
with the source code.
So can you please include ogg.h and other file which should included
in ogg folder
in source code so that i can compile it and use this source.
Thank you
2006 Aug 02
1
[PATCH] skeleton support for speexenc and speexdec
Hi,
I have done some code cleanup of my speexenc patch for skeleton
support. Also a warning message have been added to let the users know
that some decoders may fail with skeleton output enabled.
The speexdec patch enables speexdec to play skeleton enabled speex file.
Thanks in advance for the feedbacks.
--tahseen
-------------- next part --------------
A non-text attachment was scrubbed...
2007 Jan 13
1
Batch Processing for SpeexEnc and SpeexDec
Hello, I am a master's student using Speex for my thesis research.
My question is this: I am running speex from a command line in Unix
and I want to encode/decode numerous files at once. How can this be
done since the speexenc requires [options] input_filename.wav
output_filename.spx and the reverse extensions for the decoder.
Sorry I am much more of a hardware (read: EE) then a CS guy. I
2009 Nov 06
0
how to run then speexenc or speexdec in mipsel host
Hi.
I have some trouble in my case, I build speex project with mipsel-linux-gcc
.but when I copy speexenc or speexdec to my taget platform, and run, the
message "./speexenc can not found" has been append.
Can you help me ?
Thanks
Charles
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 May 04
0
speexenc/speexdec doubles file size
Juha Heinanen writes:
> any idea why size of wav file doubles when it is encoded to speex and
> back to wav:
>
> $ ls -ls testi.wav
> 40 -rw-r--r-- 1 foo foo 40674 May 4 14:38 testi.wav
>
> $ speexenc --denoise --agc --quality 10 testi.wav testi.spx
> Encoding 8000 Hz audio using narrowband mode (mono)
>
> $ ls -ls testi.spx
> 20 -rw-r--r-- 1 foo foo 16405
2011 May 04
2
speexenc/speexdec doubles file size
this is not really a development question, but i didn't find another
mailing list to ask it.
any idea why size of wav file doubles when it is encoded to speex and
back to wav:
$ ls -ls testi.wav
40 -rw-r--r-- 1 foo foo 40674 May 4 14:38 testi.wav
$ speexenc --denoise --agc --quality 10 testi.wav testi.spx
Encoding 8000 Hz audio using narrowband mode (mono)
$ ls -ls testi.spx
20
2006 Jul 11
2
Illi's website?
Looks like Illi's domain registration ran out. Any ideas on when it's going
to be back up?
--
In 1732, the colony of Georgia was chartered as a refuge for those jailed
for excessive debt. Fast forward nearly 300 years, and excessive debt has
become the American "way of life." My how the times have changed.
www.daveramsey.com
-------------- next part --------------
An HTML
2006 Jun 01
2
mpeg4/xvid/divx vs. theora
Hi there,
I have an elementary question.
Although theora can be placed in the same class of codecs as MPEG-1, -2, -4
why is there no greater usage of this codec?
On the bigger part of web sites trailers or short videos are encoded with
some mpeg codec. Why is theora still so rarely used and unfamiliar although
it perfomes very well from my point of view?
Is it, because
- the whole mpeg family is
2006 Oct 03
3
How to get podcasters to adopt Speex?
Ah, but speex.org should lead by example. Instead of posting wav files, why
not post the actual speex files as well? Then make it plaingly obvious for
people to download the plugins with links to the page you just posted.
George
-----Original Message-----
From: Jean-Marc Valin [mailto:jean-marc.valin@usherbrooke.ca]
Sent: Tuesday, October 03, 2006 12:59 AM
To: George Ou
Cc:
2006 Oct 02
4
How to get podcasters to adopt Speex?
I would love to see podcasters adopt the Speex format to deliver clear
speech audio at wideband or ultra-wideband formats. However, podcasters
want something that can easily play on Windows, Macs, and even Linux web
browsers. The Speex website has some nice audio demos, but it doesn't
actually offer any HTML embedded samples using actual Speex format. Would
there be a way to do this with
2004 Aug 06
1
speexenc/dec exit code
Hi all,
I've another trivial request: Is there any particular reason why
speexenc and speexdec return 1 on successful completion? It would be
preferable if they returned 0 unless there were errors, to be
consistent with other *nix utilities and to allow for easier
scripting (eg speexdec sample.spx && cp sample.spx somewhere)
Would anyone be against this?
TIA,
Bernard.
--
2004 Aug 06
0
found a small bug in speexenc.c
the stack variable bytes_written is never initialized.
Not that it matters - it is only incremented and never
used later.... ;)
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No
2004 Aug 06
0
SpeexEnc Launcher
Attached is a small Visual Basic(yeah, I know, VB sucks but its the only
thing I'm good with) program that lets you quickly and easily launch
speexenc under Windows. If you can't figure out how to use it read the
ToolTip text(hover your mouse over each text box/button/whatever). It
will crash if you don't give a location for SpeexEnc.exe and click Run.
If you're using
2004 Aug 06
1
compile speexenc 1.1.4
Hello,
I have problems to compile speexenc 1.1.4, ihave the following errors
<p>speexenc.obj : error LNK2001: unresolved external symbol
_speex_preprocess
speexenc.obj : error LNK2001: unresolved external symbol
_speex_preprocess_ctl
speexenc.obj : error LNK2001: unresolved external symbol
_speex_preprocess_state_init
Debug/speexenc.exe : fatal error LNK1120: 3 unresolved externals
Error
2005 Mar 01
0
SpeexEnc Launcher
Hi Tyler!
I found your e-mail in a forum and would like to ask you some questions if you don't mind.
I just learn about Speex last night and would like to know if works ok with VB. Since you have working with this in VB your could say something.
I intend to make a simple application to allow me to comunicate between to computers using VOIP and in each computer having a two-way
2005 Oct 06
0
spx1.1.10 speexenc compile
Hi Mon,
I added 'misc.h' to the #includes in speexenc.c and commented out the
declaration of 'le_int' in 'wav_io.h'. Then, it compiles and works fine.
John
Mo Win wrote:
> Hi all,
>
> Been trying to compile speex 1.1.10's speexenc for win32 using Visual
> C++ 6.0 but came up with some errors (abt 33 of them, syntax errors). I
> just traced them to
2006 Jul 15
0
Ogg embedding, problem with spec and/or bugs in speexenc
On Sat, Jul 15, 2006 at 02:17:22PM -0500, Joe Wreschnig wrote:
> I'm working on support for tagging Speex files for Mutagen[0] and part
> of the specification at [1] is confusing me. It says the first page
> should have granulepos 0 and packetno 0. Does this really mean page
> sequence number 0, since the Ogg format doesn't number packets?
Sounds like a spec bug. The libogg
2006 Jul 19
1
Skeleton output support in speexenc
Hi,
I just added skeleton meta data output support in speexenc. The option
is disabled by default and can be enabled using -k or --skeleton. I'm
using a very simple skeleton API for handling skeleton packet
generation which is contained in skeleton.h & skeleton.c.
Please check the patch and whether xine/mplayer/quicktime and other
players support the skeleton enabled speex file. At the