JDK-4916960 : RFE: sample rate conversion should be supported for explicit conversions, too
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: javax.sound
  • Affected Version: 5.0
  • Priority: P5
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2003-09-03
  • Updated: 2010-04-15
  • Resolved: 2010-04-15
Related Reports
Duplicate :  
Description
While sample rate conversion is supported internally for SourceDataLines, it is not supported generally for AudioInputStreams. It should be possible to request a sample rate conversion via AudioSystem.getAudioInputStream(AudioFormat, AudioInputStream). This requires that the code doing sample rate conversion is made available via a FormatConversionProvider.

Comments
EVALUATION The feature has been implemented in openjdk6 and jdk7 (with fix for 6702956)
15-04-2010

PUBLIC COMMENTS RFE: sample rate conversion should be supported for explicit conversion, too
10-06-2004

EVALUATION ###@###.### 2003-09-03 Often requested by the community, but too late for tiger.
03-09-2003