Creating a CD-burning feature for a music player based on Java

Posted by jjanggoo on Stack Overflow See other posts from Stack Overflow or by jjanggoo
Published on 2010-03-21T19:08:47Z Indexed on 2010/03/21 19:11 UTC
Read the original article Hit count: 559

Filed under:
|
|
|

Hi, I'm trying to create a CD-burning feature for a Java-based music player for my school project. Since I'm new to real-life programming (I've only learned to write codes on AP Computer Science A level), I don't know how I can apply the concepts I learned from APCS A to this task.

A friend of mine who is studying computer science at graduate school told me to "look up the cd player control functions and add methods in those classes to read in data that you want to write to the CD, write it to a buffer, write everything in the buffer to the CD itself, clear the buffer and then write a new chunk of data into the buffer," but I can't quite grasp what this means, and tt's really hard to contact her right now because she's busy working on her dissertation. Can someone from this forum please guide me through & explain the general concepts? Thank you!

© Stack Overflow or respective owner

Related posts about java

Related posts about cd-burning