[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openjdk-2d-dev
Subject:    RE: professional (24-bit) sampled audio support in the Windows native implementation of libjsound
From:       <magare31 () gmail ! com>
Date:       2022-09-30 13:33:14
Message-ID: 033b01d8d4d1$318c6ed0$94a54c70$ () gmail ! com
[Download RAW message or body]

This is a multipart message in MIME format.


Thank you.  I am dropping "core-libs" from this thread.  I filed the bug (Bug ID : \
9074122).

 

I have included a proposed solution with the bug report.  I would not attempt to \
contribute for now as, frankly, my experience with git repositories is limited.

 

Anton

 

From: Kevin Rushforth <kevin.rushforth@oracle.com> 
Sent: Friday, September 30, 2022 8:29 AM
To: magare31@gmail.com; client-libs-dev@openjdk.org; core-libs-dev@openjdk.org
Subject: Re: professional (24-bit) sampled audio support in the Windows native \
implementation of libjsound

 

Java Sound is in the client-libs area. You can file the bug yourself at \
https://bugreport.java.com/ if you like, or ask the sponsor of your bug (when one \
steps forward) to do it.

If you want to contribute your fix, please see the contributing a patch section [1] \
in the JDK Developers Guide for the next steps.

-- Kevin

[1] https://openjdk.org/guide/#i-have-a-patch-what-do-i-do



On 9/30/2022 4:33 AM, magare31@gmail.com <mailto:magare31@gmail.com>  wrote:

Would anyone want to sponsor the following simple bug fix?

 

- The purpose is to enable playback and recording of 24-bit sampled audio on Windows. \
This is already supported on other systems.

- There is no associated bug in the bug database.  I noted it as a "bug" as the code \
misunderstands the WAVE RIFF format standards.

- There will be two very small changes to one Windows native cpp file under libjsound

- I have tested the changes on a jdk build of the latest code.

 

Also, please advise which of these two groups this belongs to: client libs or core \
libs?

 

 

 


[Attachment #3 (text/html)]

<html xmlns:v="urn:schemas-microsoft-com:vml" \
xmlns:o="urn:schemas-microsoft-com:office:office" \
xmlns:w="urn:schemas-microsoft-com:office:word" \
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" \
xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type \
content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 \
(filtered medium)"><style><!-- /* Font Definitions */
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	font-size:11.0pt;
	font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
span.EmailStyle19
	{mso-style-type:personal-reply;
	font-family:"Calibri",sans-serif;
	color:windowtext;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple \
style='word-wrap:break-word'><div class=WordSection1><p class=MsoNormal>Thank you.   \
I am dropping &quot;core-libs&quot; from this thread.   I filed the bug (Bug <span \
style='font-size:10.5pt;color:#333333;background:white'>ID : \
9074122).<o:p></o:p></span></p><p class=MsoNormal><span \
style='font-size:10.5pt;color:#333333;background:white'><o:p>&nbsp;</o:p></span></p><p \
class=MsoNormal><span style='font-size:10.5pt;color:#333333;background:white'>I have \
included a proposed solution with the bug report.   I would not attempt to contribute \
for now as, frankly, my experience with git repositories is \
limited.<o:p></o:p></span></p><p class=MsoNormal><span \
style='font-size:10.5pt;color:#333333;background:white'><o:p>&nbsp;</o:p></span></p><p \
class=MsoNormal><span \
style='font-size:10.5pt;color:#333333;background:white'>Anton<o:p></o:p></span></p><p \
class=MsoNormal><o:p>&nbsp;</o:p></p><div><div style='border:none;border-top:solid \
#E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b>From:</b> Kevin \
Rushforth &lt;kevin.rushforth@oracle.com&gt; <br><b>Sent:</b> Friday, September 30, \
2022 8:29 AM<br><b>To:</b> magare31@gmail.com; client-libs-dev@openjdk.org; \
core-libs-dev@openjdk.org<br><b>Subject:</b> Re: professional (24-bit) sampled audio \
support in the Windows native implementation of \
libjsound<o:p></o:p></p></div></div><p class=MsoNormal><o:p>&nbsp;</o:p></p><p \
class=MsoNormal style='margin-bottom:12.0pt'>Java Sound is in the client-libs area. \
You can file the bug yourself at <a \
href="https://bugreport.java.com/">https://bugreport.java.com/</a> if you like, or \
ask the sponsor of your bug (when one steps forward) to do it.<br><br>If you want to \
contribute your fix, please see the contributing a patch section [1] in the JDK \
Developers Guide for the next steps.<br><br>-- Kevin<br><br>[1] <a \
href="https://openjdk.org/guide/#i-have-a-patch-what-do-i-do">https://openjdk.org/guide/#i-have-a-patch-what-do-i-do</a><br><br><o:p></o:p></p><div><p \
class=MsoNormal>On 9/30/2022 4:33 AM, <a \
href="mailto:magare31@gmail.com">magare31@gmail.com</a> \
wrote:<o:p></o:p></p></div><blockquote \
style='margin-top:5.0pt;margin-bottom:5.0pt'><p class=MsoNormal>Would anyone want to \
sponsor the following simple bug fix?<o:p></o:p></p><p \
class=MsoNormal>&nbsp;<o:p></o:p></p><p class=MsoNormal style='text-indent:.5in'>- \
The purpose is to enable playback and recording of 24-bit sampled audio on \
Windows.&nbsp; This is already supported on other systems.<o:p></o:p></p><p \
class=MsoNormal style='text-indent:.5in'>- There is no associated bug in the bug \
database.&nbsp; I noted it as a &quot;bug&quot; as the code misunderstands the WAVE \
RIFF format standards.<o:p></o:p></p><p class=MsoNormal style='text-indent:.5in'>- \
There will be two very small changes to one Windows native cpp file under \
libjsound<o:p></o:p></p><p class=MsoNormal style='text-indent:.5in'>- I have tested \
the changes on a jdk build of the latest code.<o:p></o:p></p><p \
class=MsoNormal>&nbsp;<o:p></o:p></p><p class=MsoNormal>Also, please advise which of \
these two groups this belongs to: client libs or core libs?<o:p></o:p></p><p \
class=MsoNormal>&nbsp;<o:p></o:p></p><p \
class=MsoNormal>&nbsp;<o:p></o:p></p></blockquote><p \
class=MsoNormal><o:p>&nbsp;</o:p></p></div></body></html>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic