Speex is an open-source audio compression format designed for speech. It is based on CELP and is designed to compress voice at bitrates ranging from 2 to 44 kbps.

learn more… | top users | synonyms

0
votes
0answers
5 views

invalid mode encountered 12 using jspeex

I am using Jspeex 0.9.7 for decoding on Android and using latest speex library for encoding/decoding on Web and IOS. The decoding from web recorded speex file works fine; however the recorded file ...
0
votes
0answers
38 views

Does flash support Opus codec?

I have googled this but not getting a clear answer. As far as i understand .FLV container format currently support the following audio formats : MP3, ADPCM, Linear PCM, Nellymoser, Speex, AAC, G.711 ...
1
vote
1answer
73 views

Issue with .Wav Speex header content

I have installed Speex Voice ACM Codec 1.0.1.1 codec and they seem to have DIFFERENT .wav header then one described in C# code in this NSpeex(C#) package. I can read .wav files created with “Speex ...
1
vote
1answer
150 views

Packing Speex with Ogg on iOS

I'm using libogg and libogg, I've succeeded to add those libraries to my iPhone xCode project and encode my voice with Speex. The problem is that I cannot figure out how to pack those audio packet ...
0
votes
0answers
90 views

Compile Speex on xCode for iOS

I'm trying to compile and use the Speex codec for an iPhone app. I've used several tutorials: http://codeforfun.wordpress.com/2010/04/29/compile-speex-for-iphone/ Also tried to compile it with this ...
0
votes
0answers
216 views

Anyone know a good Acoustic Echo Cancellation (AEC) library for high frequency? [closed]

So I have a project that used Speex AEC and G.722 and recently updated the audio codec to Opus, which is outstanding. Speex AEC doesn't handle drift well (or at all) and generally doesn't work in our ...
0
votes
0answers
54 views

How to implement speex.js?

i have obtained the speex codec from https://github.com/jpemartins/speex.js , i am not able to get it to work . Can anyone give me a sample , simple html file that takes input , asks for output file ...
5
votes
2answers
78 views

Is casting a struct T* to a struct C* undefined behavior, if T's first field is a C?

While trying to debug a problem I'm having using Speex, I noticed that it (well, not just speex, but some example code as well) does the following: Return a pointer to EncState from an ...
1
vote
0answers
112 views

speex and jspeex decoding

Jspeex has a method to decode as seen below: public static int decode(byte[] input, int offset, int length, byte[] output) throws StreamCorruptedException { SpeexDecoder decoder = new ...
2
votes
2answers
245 views

Speex encode/decode causing hissing noise (Objective-c)

When I bypass the speex encode/decode steps the raw audio output is correct. What I'd like is for the entire buffer captured from my recording callback to be encoded, decoded, and sent back to the ...
0
votes
0answers
103 views

encoding portaudio float buffer using libspeex

I am trying to encode float buffer got in callback method of portaudio using libspeex codec and saving it into a file called test.spx. the encoding completed without any error but while playing the ...
2
votes
0answers
67 views

Java applet to play SPEEX files from URL

I am coding a java applet which will play an Speex (.SPX) file from a URL. I don't have any experience with the Java Sound API's. The JSpeex documentation was very unhelpful. I managed to piece ...
1
vote
0answers
139 views

Encoding in WP7 with NSpeex works, decoding the stream on a JavaEE server with JSpeex does not

As topic states, I have no problem in encoding audio in Windows Phone 7 with NSpeex(v1.1.1, uses Speex v1.2rc1). I have verified this by first encoding a stream, and then right after decoding it back ...
1
vote
1answer
61 views

How can I play .spx file by html5 ?

from html5 spec, it seem support spx: http://dev.w3.org/html5/spec-preview/the-source-element.html Using: But from my trying, it can't play in both Firefox 17 and Chrome, could you help ?
0
votes
0answers
61 views

using speex_resampler_process_interleaved_int() in libspeex leads to crash

using speex_resampler_process_interleaved_int() in libspeex leads to crash, any help would be appreciated. I have to upsample from 16000 to 22050 ,below is my code: spx_uint32_t buf_len = ...
2
votes
0answers
178 views

How do I implement Acoustic echo cancellation on Silverlight c#, im using speex

I have been working on a Silverlight voice chat application, using speex(basically c# ported Jspeex) for encoding and decoding. I want to implement the following: Acoustic Echo Cancellation using ...
0
votes
0answers
108 views

CELP audio encoding in Quicktime movie

I am trying to produce a quicktime movie with H264 video and CELP (code-excited-linear-prediction) encoding of the audio under iOS 6.0 (iPad3). The basic setup routine looks like that: NSURL * url ...
2
votes
1answer
1k views

Speex echo cancellation configuration

I am making an Android-to-Android VoIP (loudspeaker) app using its AudioRecord and AudioTrack class, along with Speex via NDK to do echo cancellation. I was able to successfully pass into and retrieve ...
3
votes
1answer
384 views

Speex (in ios) really poor quality (and robotic) sound

I'm trying to encode/decode with speex, when I do not, the audio is loud and clear, but when I encode/decode to test audio quality, I get a really poor audio quality and a robotic sound. Here's my ...
0
votes
1answer
226 views

Compile speex in Android (STATIC_LIBRARY)

I'm trying to compile the Speex library in Android. When I compile this library in shared mode, everything is ok, but when I try compile it in static mode the ndk seem do nothing and the library it ...
0
votes
0answers
213 views

Output speex encode in a file using python

I'm using the script found on this blog Google speech recognition with python (I give any credit to author). import sys import pyaudio, speex import numpy as np # just for doing a ...
0
votes
1answer
127 views

Python: Ogg/Speex Audio Playback?

Is there a module that supports audio playback for Ogg/Speex (not Ogg/Vorbis) encoded files from within Python 2.6 on Windows?
2
votes
1answer
2k views

Playback of opus-codec on Android

I'm looking for a way to integrate opus-codec (the decoder part) with my Android application. Do you know of any implementations that have done so? We are currently using ogg-vorbis for spoken ...
0
votes
0answers
251 views

How to set the buffer length to match audio sampling inputs of Custom Audio Codec?

I have been trying marriage JSpeex as JMF codec plugin. It was successfully installed and is usable. However, issue comes in with the input buffer size of the 'Codec' interface method void ...
0
votes
0answers
124 views

Convert SPEEX audio codec of a video file to AAC in Java

Is there a possibility to convert only the audio trac of a video from SPEEX to ACC in JAVA? Thank you very much for your help
0
votes
2answers
667 views

FMS FLV (Speex) to mp3/mp4/acc/wav

I'm trying to decode an FLV's audio to a playable format. I attempted to use this SO post: FMS FLV to mp3.. as an example, but my FLV is encoded in Speex. I have compiled ffmpeg with ...
0
votes
0answers
74 views

Segmentation fault using speex with JNI

I'm using speex with JNI, but there is a segmentation error with the code. code: jbyte buffer [dec_frame_size]; jshort output_buffer[dec_frame_size]; jsize encoded_length = size; ...
0
votes
1answer
394 views

Convert wav to flv using speex codec

How can I convert wav file to flv file but with 11Khz bitrate and to use speex codec? Is it possible.
0
votes
0answers
140 views

libspeex.dll - CDLL returns no error but than python can not find function

I am using some wrapper over libspeex.dll SPEEX.PY: from ctypes import * import sys speexDll = CDLL("c:/windows/system32/libspeex.dll") """ Bla-bla-bla defines skipped """ class ...
1
vote
1answer
659 views

Echo cancellers on Android

Please, share your experience in using software echo cancellers on Android: Built-in (the one that appeared in v3.0, as I hear) Speex WebRTC Etc.
0
votes
1answer
623 views

iOS Audio Unit + Speex encoding is distorted

I am working on an iOS project that needs to encode and decode Speex audio using a remoteIO audio unit as input / output. The problem I am having is although speex doesn't print any errors, the audio ...
0
votes
0answers
278 views

Make portaudio and speex work together

I am trying to build a minimal loop audio Microphone -> Portaudio -> buffer -> Speex encoder -> Speex decoder -> buffer -> Portaudio -> Headphones Without Speex I could get ...
1
vote
2answers
439 views

Easiest way to use speex preprocessor in C#?

I need to use the speex preprocessor, and only the preprocessor in my VOIP app (don't need to use the codec). My app is written in C#. I think I know the easiest steps, but not sure where to find ...
0
votes
1answer
205 views

C++ Speex to Flac wrapper/library

Application is using speex codec for transmitting audio to server. At server I need to decode speex to PCM (or something else ?) and then encode it using flac and send to Google Speech API. Is there ...
1
vote
2answers
1k views

Facing trouble to cancel acoustic echo using speex in Android

i am trying to cancel echo but couldn't able to cancel even using a very simple example.Frame size 160 Tile Length 100 audioRecord.read(mic,0,mic.length); audioData = speex.encode(mic,0,mic.length); ...
1
vote
1answer
3k views

Android Speex echo cancellation problems

I have a basic audiorecord-audiotrack, udp packets voice chat between two android devices. It works, but I have a bad echo. I'm trying to remove the echo using Speex ported to android by JNI. The ...
0
votes
0answers
154 views

How to provide FLOATING_POINT support in android-ndk-r7b-linux while compiling Speex?

I am trying to Compile Speex for Android using android-NDK, currently I am targetting android 2.3.3 however later I will have to test my app on all the android versions greater than 1.6. My Android.mk ...
0
votes
1answer
251 views

speex_encode_int() always returns 70 encoded ouput bytes

I'd like to encode data with libspeex. However, speex_encode_int() always returns a SpeexBits of length 70. It doesn't matter what I provide (music, silence, voice). Input specification: 16bit, PCM, ...
0
votes
1answer
263 views

Windows.h Not Found, Why?

I am following this blog to set up JNI with android ndk on my box which runs ubuntu 11.10... In this program I am integrating speex with my existing application which streams the audio. So far ...
0
votes
1answer
644 views

Encoding Speex with libavcodec (FFMpeg)?

I successfully compiled libavcodec with speex enabled. I modified example from FFMPEG docs to encode the sample audio into Speex. But the result file cannot be played with VLC Player(which has Speex ...
0
votes
1answer
211 views

converting unsigned short to signed short for audio PCM samples

I want to use audio codec (Speex) for compression; the codec takes audio samples of type short (2-bytes signed) as input, range:-2^15 to2^15 -1. My problem is that I have samples of type unsigned ...
0
votes
1answer
553 views

How to control audio echo and reduce mic gain level using the features of speex codec?

I am testing audio loopback program in android using speex codec.I am getting severe echo when loudspeaker turned on.speex encode and decode called from separate thread.How to control echo and also ...
0
votes
1answer
411 views

Speex decoded frame is not as the original frame

i need your help in determining the problem in the following sample code (taken from speex manual) for fixed point encoding. i tested encoding a 160 sample frame and then decoding it back But The ...
0
votes
1answer
264 views

linking error: undefined reference to static libarary

I need your help about this problem if anyone has info. I have configured speex1.2rc1 for xscale-elf (ARM architecture) ,then executed make and make install. So, I obtained libspeex.a in the ...
0
votes
0answers
877 views

How to use the speex jitter buffer

I am using the speex library to encode, decode and preprocess audio data. I think the speex library is very useful, but when I use the speex jitter buffer, I have some problems. I use multi-thread, ...
0
votes
1answer
591 views

speex JNI encode decode audio became noise

i am doing encoding/decoding of wav file in Android IOS. After i decode speex encoded file,when i play it become totally noise,no speech content in file. Here is encode/decode code for it. #include ...
0
votes
1answer
186 views

Encoding Speex Into a SWF Version 10 Sound Stream

Adobe's "SWF File Format Specification v10" says that Speex encoded data can be used for streaming sound (a little clarification of the "streaming sound" definition here: "The SWF file format supports ...
2
votes
0answers
222 views

JNI : speex encoding data Error

I am developing encode mechanics using sppex in JNI. I call Encode method from java, Following c code which is working fine. short in_short[FRAME_SIZE]; short out_short[FRAME_SIZE]; short ...
1
vote
1answer
1k views

Compiling Speex successful on iPhone simulator but failed on iOS device

I tried to compile Speex library on iOS following this tutorial and succeeded to do it in the iPhone simulator, but the build fails on a real device. I get some errors like "Use of undeclared ...
1
vote
2answers
105 views

Are AIR apps stable?

I wanted to write a desktop apps. I wanted to leverage microphone and audio compression techniques available in flash. This led me to consider building an AIR application. Before starting to work, I ...

1 2 3