本文介绍了阅读音频CD的内容,帮助!请!的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,我正在尝试将一个Java系统放在一个

大型CD播放机上播放音频CD,我大部分都在工作但输入所有数据,如

艺术家,标题,曲目名称,曲目长度(秒)是

对接的真正痛苦。我想要做的是编写一个java类,它可以从计算机CDROM驱动器中的音频CD中获取

信息。我看了看,并且看了看,看了看,但我找不到任何关于如何阅读

音频CD的考试。我发现了一些C ++的东西,但是将MSVC ++代码减少到了一个可调用的JNI API,这也是我的屁股。我可以用C代码做到这一点,但我可以找到任何C代码(Windows)。


有没有人有他们愿意的简单/可重复使用的代码分享可以

只读取音频CD的内容?或者任何人都可以告诉我该怎么做?


在Java或C或可读的C ++中?


提前感谢


jim s。

Hello, I am trying to put together a Java system for playing audio CDs on a
large CD player, I have most of it working But entering all the data like
Artist, Title, track name, track length (seconds) is a real pain in the
butt. What I would like to do is write a java class that would extrack that
info from an audio CD placed in the computers CDROM drive. I have looked and
looked and looked and looked, but I can not find any exambles of how to read
an audio CD. I have found some C++ stuff but reducing the MSVC++ code to a
callable JNI API is also kicking my butt. I could do it with C code but I
can find any C code (Windows) either.

Does anyone have simple/reuseable code they are willing to share that can
just reads the contents of an audio CD? Or can anyone tell me how to do it?

In either Java or C or readable C++?

thanks in advance

jim s.

推荐答案




此新闻组中的偏离主题。请参阅常见问题

(和

尝试comp。来源。想要。


干杯! --M



Off-topic in this newsgroup. See the FAQ
(http://www.parashift.com/c++-faq-lit....html#faq-5.9), and
try in comp.sources.wanted.

Cheers! --M




此新闻组中的偏离主题。请参阅常见问题
(,并尝试使用comp.sources.wanted。

干杯! --M



Off-topic in this newsgroup. See the FAQ
(http://www.parashift.com/c++-faq-lit....html#faq-5.9), and
try in comp.sources.wanted.

Cheers! --M






还有该信息的数据库。 IIRC Roxio CD Creator

将访问其中一个,以查找原始CD中缺少
轨道的信息。

- -

Canadian Mind Products,Roedy Green。
Java自定义编程,咨询和指导。



There are also databases of that information. IIRC Roxio CD Creator
will access one of them to find that info for a track where it is
missing from the original CD.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.


这篇关于阅读音频CD的内容,帮助!请!的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-28 10:31