Displaying 20 results from an estimated 300 matches similar to: "Speex in J2ME"
2017 Aug 03
0
find similar words in text
Please keep messages on the list so others can pitch in.
_Which_ words do you want to consider identical for the purpose of frequency count?
_What_ do you want to plot?
B.
> On Aug 3, 2017, at 4:36 PM, Riaan Van Der Walt <Riaan.VanDerWalt at nwu.ac.za> wrote:
>
> Hallo Boris,
> I've loaded the Rstem, Snowball.
> But I am clueless how to get a list eg. whal* (whale,
2017 Jul 31
4
find similar words in text
I am new to R.
Busy with Text Analysis.
Need a script to find e.g
whale, whales, whale's, whaler, whalers, whaling,... in Moby Dick
Riaan
2017 Aug 03
1
find similar words in text
I received this from Matt Jockers and it worked!
I missed something.
How can I now see(display) this list?
Hi Riann,
There are a couple of ways that you could do this. . . the best
approach would probably be to use *grep* instead of *which*, but let me
show you both ways.
On page 30, replace
whales.v <- which(moby.word.v == *whale*)
with
whale_words <- c(*whale", *whales",
2008 May 30
3
new pages
username: RiaanVanNiekerk
What
page detailing official vendor support statements for CentOS,
actual/current, pending or requested. E.g. using as a base content available
on
http://blog.danieldk.org/post/2008/04/09/CentOS-vendor-support
Where
At http://wiki.centos.org/, under Additional Resources, a new page for
Software (similar to HardwareList)
What
fix http://wiki.centos.org/FAQ/General ,
2009 Aug 25
0
Speex compatibility with J2me and Blackberry
Hello,
I am trying to use the JSpeex library for converting audio to speex
format.I am trying to implement speex with an application meant to run on
Blackberry device.
Is there any available version of Speex for mobile devices, supporting
MIDP 2.0 and CLDC 1.1. ?
I would be glad to know any available version of speex for mobile phones.
Thanking you,
Tejaswini Agnihotri
Java Developer
Artificial
2003 Apr 08
1
J-Ogg is available
I think the software is ripe enough for a broader audience now, so I would
just like to inform you about the Java library J-Ogg, available from
http://www.j-ogg.de
Features:
- Open source & free.
- Decoding of Ogg-encapsulated Vorbis and FLAC streams.
- Support for local files, single files over HTTP, icecast streams over
HTTP.
- Plugins for JMF (Java Media Framework).
- J2ME (Java 2 Micro
2005 Dec 13
0
non-threaded Ogg/Vorbis/Theora player implementation (java)
I develop j2me applications for mobile phones and for fun I tried to port
Cortados java player to j2me. Took the source code changed a couple of lines
to make it a MIDLET and sudenly, without even thinking it would work, I ended
with a pure j2me theora player for my mobile phone.
Of course is for very small clips (128x96 @ 10.000 fps ) and no audio.
So now I want to implement a full j2me
2003 Oct 07
0
Software-Programmierer sucht neue Herausforderung ...
Sehr geehrte Damen und Herren,
ich habe ein Interesse an eine Mitarbeit mit Ihrer Firma.
Meine wichtigste Fachrichtung ist die Entwicklung von Individualsoftware und
die Beratung im Hardware- und Softwarebereich.
Ich besorge jegliche Entwicklung eines kompletten Programms in
den Programmiersprachen JAVA, .NET, VB ...
Ich kann reibungslos eine Internetapplikation in den Programmiersprachen
2011 Jul 18
1
Spam (Usuario R)
Estimada Patricia:
El mail con spam ha salido de mi casilla, pero yo no lo he enviado intencionalmente. Algo o alguien habrá robado mi lista de contactos y envió este mail en forma masiva a todos ellos.
Pido disculpas por las molestias ocasionadas y te pido por favor que tengas en cuenta este punto para futuras eventualidades, porque a cualquiera le puede pasar.
Saludos!
Cesar Procopio.
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
2007 Mar 22
1
Finding the size of a vorbis stream
Hello,
I am trying to make an OGG Vorbis player for my cell phone. I have
ported J-Ogg to J2ME, and it is decoding files in non-realtime. The
problem is that I need to convert the OGG into a WAVE stream, which
needs the size of the data in the header which has to be read before the
OGG is fully decoded. So my question is, is there any way to find the
size of the resulting PCM data before decoding
2011 May 16
0
Rails 3 and octet-stream content-type
Hi,
i am migration an rails 2.3 application to rails 3, and i''m having some
problems with post requests with ''octet-stream'' content-type.
The problem is that rails is not passing the octet-stream params to the
controllers. We have some mobile apps (J2ME) sending us post requests with
octet-stream content-type. It used to work until i try to migrate our
back-end to
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.
>
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
2007 Aug 23
1
Mobile Rails Development
Hello,
I want to develop a Rails application for a mobile device. Would
anyone know of any tutorials on the web on how to create a mobile
application view using Rails?
Moses
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2006 Aug 30
2
Java/MIDP Vorbis player ?
Hi!
Is there any Java Vorbis player that works on
MIDP 2.0 platforms (mobile phones) ?
I know the pure Java players, but I'm looking for a mobile version.
Regards,
David
---------------------------------------------------------------------
http://noepatents.eu.org/ Innovation, not litigation !
---
David Balazic mailto:david.balazic@hermes.si
HERMES Softlab
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
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
2004 Aug 06
2
Server based audio merge
Hi Ulrich,
> Well, i don't know if we speak of the same ... The quality is ok, but
> the encoding of a PCM frame on the tested machine took 2ms, which (if
> the PCM frame is 7ms in length) means the machine can only encode three
> streams in realtime ...
Yes, but this is java. You don't use any threading models and i dont
know if you encode from sound card. I also don't