This is unlikely to work because the OpenCore engine isn't setup to
play from a pipe. It plays from a local file, which allows it to seek
within the file, or from an HTTP or RTSP/RTP stream, which requires
content formatted specifically for streaming.

A future version of the SDK will support streamed audio I/O from Java
apps.

On Nov 26, 7:47 am, Kenneth Loafman <[EMAIL PROTECTED]> wrote:
> I'm relatively new to Java and I need some help, probably in the
> terminology, more than the technology.
>
> How do you get a file descriptor for a Pipe in Java?  I've looked and I've
> read, but it seems like Java is hiding the underlying filesystem FD and
> file name from the user.
>
> I need to generate a sound and be able to change it roughly 24 times per
> second.  Threaded MediaPlayer just is not smooth enough to enable it to be
> continuous (clicks and silence), so I was thinking of changing the data
> source to an FD and just feed it a continuous stream, changing as needed.
> I just can't find where Java is hiding the file descriptor.
>
> Any help will be appreciated.
>
> ...Thanks,
> ...Ken
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to