JDK-4479441 : Add 16KHz and 32KHz sample rates in supported formats of SourceDataLine
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.sound
  • Affected Version: 1.4.0
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2001-07-13
  • Updated: 2001-08-17
  • Resolved: 2001-08-09
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.4.0 beta2Fixed
Related Reports
Relates :  
Description

Name: fb126949			Date: 07/12/2001


Java Sound currently does not provide 16KHz and 32KHz playback. MP3 and other popular formats use these sample rates, so it is good to provide that.

======================================================================
###@###.### 2001-07-16
	Actually, playback is supported, but 16KHz and 32KHz do not appear in the list of supported formats.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: merlin-beta2 FIXED IN: merlin-beta2 INTEGRATED IN: merlin-beta2 VERIFIED IN: merlin-beta2
14-06-2004

PUBLIC COMMENTS Add 16KHz and 32KHz sample rates in supported formats of SourceDataLine
10-06-2004

EVALUATION ###@###.### 2001-07-16 Detection of the soundcard's sample rates is only implemented for TargetDataLines. For SourceDataLines, the returned formats are hard coded.
16-07-2001

SUGGESTED FIX ###@###.### 2001-07-16 implement format detection analogous to the way it's done for TargetDataLines. ###@###.### 2001-07-19 As a first temporary fix (for Merlin), hard code 16 and 32KHz.
16-07-2001