Opened 13 years ago
Last modified 13 years ago
#142 new defect
Can't record sound in Java 1.6GA
Reported by: | Joop | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Enhanced |
Component: | general | Version: | 1.6.0-b22 GA |
Severity: | medium | Keywords: | |
Cc: | java6@… |
Description
I have now more applications which do something with sound. Both Laoe and Raven can't record because the application can't find a source. Also pulldown menu's don't reveal any choices other than "no sources" or similar text.
From the developers of Raven I got the question "It would be good to know if OpenJDK 6 for OS/2 contains JavaSound. Can you check on this?
Does the GA version have a FULLY implemented JavaSound?. I hope the answer is "no", otherwise we have another problem on our hands, ie no choice of sources.
Change History (3)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Cc: | added |
---|
Perhaps it would make more sense to change sound support to native code ?
Linux version (of Java code) may actually be easy to interface to
UNIAUD API - that way we avoid both MMPM and ODIN with all the known
bugs and limits in these.
comment:3 by , 13 years ago
It makes sense to use UNIAUD directly from Odin and this is what we will eventually do (as well as in Qt BTW).
OpenJDK is based on Odin in this regard and it is a limitation of Odin, it has been never able to record sound. Created http://svn.netlabs.org/odin32/ticket/42 for that.