Displaying 20 results from an estimated 2000 matches similar to: "newbie qs - can one implement speex for Google Android?"
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
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
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
2009 Apr 21
1
newbie qs. how to seek to a point in the Speex file?
Although this actually pertains to JSpeex, I am asking these questions here because they are general questions and also the JSpeex project does not seem to be supported any more.
1) Can the duration of the clip be stored in it? Page 24 here
http://www.speex.org/docs/manual/speex-manual.pdf describes the format,
but I could not see where the duration of the clip is stored.
2)
Since the Speex
2009 May 24
0
newbie qs. how to seek to a point in the Speex file?
Thanks for your reply.
I am using JSpeex so it is not possible to use the libs you mention.
I looked a little at the source in http://jspeex.sourceforge.net but cant see where the length can be stored. Unfortunately, that project does not seem to be maintained - no replies to queries posted on the forums.
Does anyone know how to store the length of a JSpeex clip in the header?
thanks,
Anil
---
2005 Oct 24
0
How does one use Speex from Java?
Hello,
How does one use Speex from Java? Your documentation
page is empty and is from 2003!!
http://www.speex.org/API/refman/
I am writing an application that records small
audio segments from the users and automatically
uploads to the webserver where others can also
listen to it. They are not aware of the files being
recorded or uploaded - transparent to them. All they
know is, a segment is being
2004 Aug 06
2
q about jspeex
Ulrich B. Staudinger wrote:
> Hi,
>
> i have:
>
> public void run(){
> try{
> System.out.println("Opening
> mic"); // AudioInput
> ai=new AudioInput(t);
> // ai.start();
> if(t.input==null){
> AudioFormat format = new
2008 Dec 22
2
Flac player for Android
Hi, apologies if this question has been asked before; is there anyone
working on a flac player for the Android G1? Is anyone interested in working
on such a player?
Thanks.
--
"The mind is like a parachute. It doesn't work unless it's open."
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Dec 26
1
Flac player for Android
On Tue, 2008-12-23 at 00:55 +0100, Tor-Einar Jarnbjo wrote:
> the Android media API (android.media) does not offer the required
> capabilities to play software generated PCM samples. The first Android
> SDK releases contained non-functional classes from the standard
> JavaSound API (javax.sound), but these were removed in later releases. I
> opened a bug regarding the JavaSound
2004 Aug 06
3
q about jspeex
Hi Marc,
thanks for the quick reply.
Marc Gimpel wrote:
> It would appear the the 'pcm2speex.read(frame, 0, frame.length)' is
> blocking which means that it is waiting for data from the underlying
> inputstream (i.e.AudioInputStream(t.input)). If it could read
> sufficient data it would transcode it. If it recieved an EOF, it
> should do some zero padding and then
2010 Nov 09
3
herky-jerky audio
Just an update, and a follow-up question:
I'm making progress on this issue, and will likely have something working
very soon, now that I understand how the jspeex transcoding classes work.
Unfortunately, I will need to make a couple small changes to the jspeex
source code.
My question is - is anybody using jspeex for streaming speex-encoded audio?
It works great for static audio, but seems
2009 Nov 18
2
jspeex question
The link is http://www.adobe.com/devnet/rtmp/. TC Message stands for TinCan message. It is 11 bytes long, first byte is message type, three bytes of payload length four bytes of timestamp and three bytes of stream ID.
The first byte of the payload for audio message is the format byte and the rest of the byte is the payload.
Jozsef
----- Original Message ----
From: Jeff Ramin <jeff.ramin
2020 Feb 05
3
[Release-testers] [10.0.0 Release] Release Candidate 1 is here
Hello,
When running test-release.sh using GCC 5.4.0 we encountered this error :
/home/anil/llvm1000_rc1_binary_upload/rc1/llvm-project/clang-tools-extra/clangd/Hover.cpp:
In function ‘llvm::StringLiteral
clang::clangd::{anonymous}::getNameForExpr(const clang::Expr*)’:
/home/anil/llvm1000_rc1_binary_upload/rc1/llvm-project/clang-tools-extra/clangd/Hover.cpp:450:10:
error: could not convert
2006 Jun 16
1
Assignemt problem ,,,,,,,,,,,,,,,
Hello list,
i have a very simple question about matrix assignment.
i did like this.
res<-1:30
dim(res)<-c(5,6)
ind<-1:6
now i want to assign the value of this variable ind to first coloumn in matrix res.
like
res[,1]<-ind
but this code is giving error , Actualy i have a for loop and value of ind variable is changing every time ,,total 6 times,,i want to assign every vlaue
2009 Nov 18
3
jspeex question
FLV contains TC messages? TC message payload contains a format byte and speex frames (up to eight). In the format byte 0xb0 indicates speex. Speex is always 16 kHz, 16 bit, mono.
Jozsef
Message: 1
Date: Mon, 16 Nov 2009 14:40:20 -0600
From: Jeff Ramin <jeff.ramin at singlewire.com>
Subject: [Speex-dev] jspeex question
To: speex-dev at xiph.org
Message-ID: <4B01B8B4.8020904 at
2010 Nov 05
2
herky-jerky audio
Jeff,
> I found the problem I was having (described below), and I'm now able to
> hear the audio at the destination.
>
> However, the audio does not play smoothly. It has hiccups and jumps and
> stops. I can't guarantee this is the problem, but it may be related to
> delays
> caused when the Speex2PcmAudioInputStream needs to process an Ogg
> page header.
>
2010 Mar 28
3
Need help in speex..
Hi
I am using Jspeex for my project which requires compression of audio in
realtime..so far i managed to capture sound using java's sound.The capturing
format i use is 8 bit 8khz ,stereo pcm.The captured sound is buffered and
fed to encoder.Its fed to decoder,whose output is again buffered for
sometime.But when i try to play it back i could hear sound only in right
channel.Left channel is
2023 Jun 27
0
[PATCH] fs: ocfs: fix potential deadlock on &qs->qs_lock
As &qs->qs_lock is also acquired by the timer o2net_idle_timer()
which executes under softirq context, code executing under process
context should disable irq before acquiring the lock, otherwise
deadlock could happen if the process context hold the lock then
preempt by the timer.
Possible deadlock scenario:
o2quo_make_decision (workqueue)
-> spin_lock(&qs->qs_lock);
2023 Jun 27
0
[PATCH] fs: ocfs: fix potential deadlock on &qs->qs_lock
As &qs->qs_lock is also acquired by the timer o2net_idle_timer()
which executes under softirq context, code executing under process
context should disable irq before acquiring the lock, otherwise
deadlock could happen if the process context hold the lock then
preempt by the timer.
Possible deadlock scenario:
o2quo_make_decision (workqueue)
-> spin_lock(&qs->qs_lock);
2004 Aug 06
1
Java bindings
Hi,
I have writen a simple JNI wrapper for speex so i could use it from Java, so far i managed to record from a raw pcm file and from the javasound inputLine and to decode the output in narrowband CBR mode and play it back still using javasound.
And it sounds quite good.
I haven't tried anything else because my project has no use for wideband and ultra wideband.
VBR would be nice but i have