Displaying 20 results from an estimated 10000 matches similar to: "jspeex android"
2010 Mar 20
0
Decode file written from JSpeex using C/C++ API?
I'm new to Speex and I'm trying to compress audio using JSpeex in a servlet then play it back on the iPhone. I've managed to get Speex to compile on the iPhone by copying the speex and libspeex folders into XCode. I've read the sample code and the PDF documentation and I have a rough idea how to decode a raw stream. (I'm assuming the sampledec source works with raw speex audio
2008 Apr 12
2
newbie qs - can one implement speex for Google Android?
Anil Philip <goodnewsforyou at yahoo.com> wrote: see http://code.google.com/android
It would be good of members from here will step in and offer google help to implement speex.
Without exaggeration, android will transform the mobile world.
Ivo Emanuel Gon?alves <justivo at gmail.com> wrote: On Fri, Apr 11, 2008 at 10:58 PM, Anil Philip wrote:
> I recommended in a bug report that
2008 Apr 12
0
newbie qs - can one implement speex for Google Android?
On 12/04/2008, Anil Philip <goodnewsforyou at yahoo.com> wrote:
>
>
> Anil Philip <goodnewsforyou at yahoo.com> wrote:
> see http://code.google.com/android
> It would be good of members from here will step in and offer google help to
> implement speex.
> Without exaggeration, android will transform the mobile world.
>
>
> Ivo Emanuel Gon?alves <justivo
2008 Apr 11
1
newbie qs - can one implement speex for Google Android?
I recommended in a bug report that the new mobile platform - Android should use speex and it was accepted. I was wondering if I can use it as a 3rd party library even now. Can someone please tell me how? The JSpeex project has had no activity for almost 3 years and questions are unanswered.
the android post is here
2004 Aug 06
0
Lost ogg sync using jspeex
Hi
I am getting lost ogg sync exception when I tried to decompress a speex stream. I am using the following program for both compressing as well as decompressing. I am just planning to test how jspeex works.
// File AudioCapture.java
import javax.sound.sampled.spi.*;
import javax.sound.sampled.*;
import org.xiph.speex.spi.*;
import java.util.*;
import java.net.*;
import java.io.*;
public
2004 Aug 06
0
Lost ogg sync using jspeex
Hi
I am getting lost ogg sync exception when I tried to decompress a speex stream. I am using the following program for both compressing as well as decomressing. I am just planning to test how jspeex works.
// File AudioCapture.java
import javax.sound.sampled.spi.*;
import javax.sound.sampled.*;
import org.xiph.speex.spi.*;
import java.util.*;
import java.net.*;
import java.io.*;
public
2008 Apr 12
1
newbie qs - can one implement speex for Google Android?
Conrad Parker schrieb:
> so perhaps patching the build to include libspeex is not technically
> difficult. Of course it'd make more sense to access libspeex through
> VoIP apps than just through the generic MediaPlayer interface.
>
Even if they included Speex support, the Android media API is very
limited, as it can only access audio from a file or an HTTP URL. I
raised a bug
2015 Feb 25
0
Encoding SPX in ANDROID
Hello.
My name is Carlos Sánchez and I'm developing an educational application for
Android devices. It will record voice messages, and I'm thinkin' about the
best format I can use. Is it possible to record SPX files in an Android
device?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Aug 06
0
Please Help, Lost ogg sync using jspeex
<HTML dir=ltr><HEAD></HEAD>
<BODY>
<DIV id=idOWAReplyText8852 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2><FONT face=Arial color=#000000 size=2>Hi</FONT></DIV></DIV>
<DIV dir=ltr>
<DIV dir=ltr>
<DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial
2006 Feb 21
2
How to use Speex Cross-Browser, Cross-Platform on Web Pages
I spent some more time with the Ogg and Speex format specs, and I realized that
using the "application/ogg" MIME type is technically sound, since Speex is
contained in an Ogg wrapper. To get full browser support, though, it is best to
rename it so its file extension is "ogg". Some browsers do not support files
where the MIME type and file extension are different, based on
2006 Feb 20
0
How to use Speex Cross-Browser, Cross-Platform on Web Pages
Thanks for the two suggestions. I tried VLC, and that did help with Firefox
support. Unfortunately, VLC registers itself as a player only for the
"application/ogg" type, not for "audio/x-speex". If I change my object code to
request an application/ogg MIME type, it plays. I wish that it also showed
player controls like QuickTime and other players do, but I am not complaining!
2006 Feb 20
0
How to use Speex Cross-Browser, Cross-Platform on Web Pages
Have you thought of using jspeex (http://jspeex.sourceforge.net/)? The
other way I can think of is to do the same as the Annodex Firefox plugin
(http://www.annodex.net) and use VLC. Conrad Parker might have some more
info on how to do that. Conrad?
Jean-Marc
Le lundi 20 f?vrier 2006 ? 14:50 -0500, Alex S. Brown a ?crit :
> My apologies if this request is a little outside the scope of the
2009 Nov 18
0
jspeex question
Thanks for the help folks, but I got this working a couple hours ago. =)
I'm quite please after struggling with it for a few days.
I just needed to take each audio tag from the FLV file and feed the contents
of the tag (except for the first byte) to the jspeex decoder and write the
results to a file.
Jozsef - it is possible to specify 8KHz in the flash client and decode it as
such. Speex
2006 Feb 20
2
How to use Speex Cross-Browser, Cross-Platform on Web Pages
On Tue, Feb 21, 2006 at 09:21:32AM +1100, Jean-Marc Valin wrote:
> Have you thought of using jspeex (http://jspeex.sourceforge.net/)? The
> other way I can think of is to do the same as the Annodex Firefox plugin
> (http://www.annodex.net) and use VLC. Conrad Parker might have some more
> info on how to do that. Conrad?
Hi,
AFE currently has a bug where it can't handle audio-only
2008 Jan 08
0
JSpeex - Unsupported conversion
This is best answered by the jspeex folks, as it is the interfacing
code that you are having problems with.
That being said, it looks like, just as it says, you have asked for a
conversion it cannot do -- you want it to convert PCM data to speex
data at 44.1kHz sample rate -- speex only supports 8kHz in standard
operation. It can also support 16kHz (wb) and 32kHz (uwb), but nothing
outside of
2008 Dec 17
0
help with jspeex
hello
i use the java lib jspeex from http://jspeex.sourceforge.net/
now i use this java code to encode to speex
audioInputStream = AudioSystem.getAudioInputStream(srcFile);
AudioFormat srcFormat = audioInputStream.getFormat();
AudioFormat targetFormat =
new AudioFormat(SpeexEncoding.SPEEX_VBR8 ,
srcFormat.getSampleRate(),
-1, //
2010 May 06
1
Encoding a wave file with a bad header
If I use Speex, JSpeex actually, to compress an otherwise valid wave file with zero lengths in the header would it impact the compression at all? Here's what I'm doing during compression in Java:
AudioFormat wavFormat = ais.getFormat();
AudioFormat speexFormat =
new AudioFormat(SpeexEncoding.SPEEX_Q5,
wavFormat.getSampleRate(),
2004 Aug 06
1
Real-time JSpeex coding
Hi,
Is real-time possible with the current java-based JSpeex for real-time
full duplex voice communication?
If yes, can you please also provide some details of the Wintel (Windows
on Intel) specifications that you have used to achieve that, and perhaps
the JSpeex encoding/decoding specs used?
Thanks.
Cheers,
Jo Yew
Everyone should have a big dream and live a meaningful life to its
2004 Aug 06
0
JSpeex help
I am not sure if this is right place to ask for help on jspeex or can some one suggest. I have tried on jspeex sourceforge.net page.
I am trying to use Pcm2SpeexAudioInputStream by creating it from tdl which received pcm_signed audio data as follows:
AudioFormat format = new AudioFormat (AudioFormat.Encoding.PCM_SIGNED, 8000, 16, 1, 2, 8000, true);
DataLine.Info targetInfo = new DataLine.Info
2007 Jun 24
0
JSpeex help
Have you looked at MoodleSpeex?
see a demo
http://www.artofart.info/index.php/projects/post-by-post-audio-comments-system/
contact me if you want a copy
----- Original Message -----
> Message: 2
> Date: Fri, 22 Jun 2007 12:21:09 +0400
> From: <mail-box@nm.ru>
> Subject: [speex-dev] JSpeex help
> To: speex-dev@xiph.org
> Message-ID: