PC Review


Reply
Thread Tools Rate Thread

CD Track to WAV

 
 
cfps.Christian
Guest
Posts: n/a
 
      28th Nov 2007
I'm not really sure where to begin on this one but I was looking for
tips on how I can have a user insert a music CD and rip the music from
the CD to WAV format. Has anyone seen code for this online or can
give me a good starting point?
 
Reply With Quote
 
 
 
 
Kerem Gümrükcü
Guest
Posts: n/a
 
      28th Nov 2007
Hi Christian,

since this is not covered by .NET with CLR or another
..NET FW you must use ressources like this one to
understand how this has been made. Best solution for
this would be the usage of a external library to translate
the CDA to WAV file. See here for some more info:

http://cdexos.sourceforge.net/


Regards

Kerem

--
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Microsoft Live Space: http://kerem-g.spaces.live.com/
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------
"This reply is provided as is, without warranty express or implied."


 
Reply With Quote
 
Ignacio Machin \( .NET/ C# MVP \)
Guest
Posts: n/a
 
      28th Nov 2007
Hi,

There is nothing like that in the framework, take a look at the WM SDK, most
probably you will find it there

--
Ignacio Machin
http://www.laceupsolutions.com
Mobile & warehouse Solutions.
"cfps.Christian" <(E-Mail Removed)> wrote in message
news:adb46a01-566a-410c-816f-(E-Mail Removed)...
> I'm not really sure where to begin on this one but I was looking for
> tips on how I can have a user insert a music CD and rip the music from
> the CD to WAV format. Has anyone seen code for this online or can
> give me a good starting point?



 
Reply With Quote
 
Kerem Gümrükcü
Guest
Posts: n/a
 
      28th Nov 2007
Hi Ignacio,

one thing we didnt asked here is the target operating
system he wants to use for this an what framework
he wants to use. This also influnces his Pinvoke
usage, and i am shure that he has to do a lot of it
unless he uses a third party library or something like
that, if he wants to use some easy interface for this
(not so trivial) task,...

Regards

Kerem


--
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Microsoft Live Space: http://kerem-g.spaces.live.com/
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------
"This reply is provided as is, without warranty express or implied."


 
Reply With Quote
 
cfps.Christian
Guest
Posts: n/a
 
      28th Nov 2007
On Nov 28, 9:40 am, "Kerem Gümrükcü" wrote:
> Hi Ignacio,
>
> one thing we didnt asked here is the target operating
> system he wants to use for this an what framework
> he wants to use. This also influnces his Pinvoke
> usage, and i am shure that he has to do a lot of it
> unless he uses a third party library or something like
> that, if he wants to use some easy interface for this
> (not so trivial) task,...
>
> Regards
>
> Kerem
>
> --
> -----------------------
> Beste Grüsse / Best regards / Votre bien devoue
> Kerem Gümrükcü
> Microsoft Live Space:http://kerem-g.spaces.live.com/
> Latest Open-Source Projects:http://entwicklung.junetz.de
> -----------------------
> "This reply is provided as is, without warranty express or implied."


The target OS will be Windows in general since thats pretty much all I
would use anyway. I would like to code this so it can be ran through
mono if I actually get it running the way I want. I was hoping there
was some way to do it bit by bit if needed and see if I could not only
speed up the process but add additional features as well. I have a
friend that wants to start mass buying cds to rip into his personal
collection and wants them in WAV format for full quality so I figured
if I could provide an easy way to do this it would be a fun task. If
it works better than my expectations I'd probably post the source for
others to toy with.
 
Reply With Quote
 
Kerem Gümrükcü
Guest
Posts: n/a
 
      28th Nov 2007
Why irenvent the wheel? Use CDEx, it is a great
Software and you can use it 4 free,...


Regards

Kerem

--
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Microsoft Live Space: http://kerem-g.spaces.live.com/
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------
"This reply is provided as is, without warranty express or implied."


 
Reply With Quote
 
cfps.Christian
Guest
Posts: n/a
 
      28th Nov 2007
On Nov 28, 10:52 am, "Kerem Gümrükcü" <kareem...@hotmail.com> wrote:
> Why irenvent the wheel? Use CDEx, it is a great
> Software and you can use it 4 free,...
>
> Regards
>
> Kerem
>
> --
> -----------------------
> Beste Grüsse / Best regards / Votre bien devoue
> Kerem Gümrükcü
> Microsoft Live Space:http://kerem-g.spaces.live.com/
> Latest Open-Source Projects:http://entwicklung.junetz.de
> -----------------------
> "This reply is provided as is, without warranty express or implied."


Not that I'm attempting to reinvent the wheel, if I can access CDEx
stuff via code then I'll use that. I had plans to build an entire
music system from scratch including storage, organization, etc. I
figured it would be easier to include the ripping software rather than
running two apps that should be included in one.
 
Reply With Quote
 
Kerem Gümrükcü
Guest
Posts: n/a
 
      28th Nov 2007
Hi Christian,

dude, this is some huge task you are looking at.
If you really want to build such a application from
ground up, go from scratch, then you have a long
long, very long way to go. For such a small task
like converting CDs to WAV you should use really
CDEx or simillar applications, i think it even was
batch scriptable for such things. There is a lot of
great software out there for something like that!

Regards

Kerem

By the way, are you german?

--
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Microsoft Live Space: http://kerem-g.spaces.live.com/
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------
"This reply is provided as is, without warranty express or implied."


 
Reply With Quote
 
cfps.Christian
Guest
Posts: n/a
 
      28th Nov 2007
On Nov 28, 11:32 am, "Kerem Gümrükcü" <kareem...@hotmail.com> wrote:
> Hi Christian,
>
> dude, this is some huge task you are looking at.
> If you really want to build such a application from
> ground up, go from scratch, then you have a long
> long, very long way to go. For such a small task
> like converting CDs to WAV you should use really
> CDEx or simillar applications, i think it even was
> batch scriptable for such things. There is a lot of
> great software out there for something like that!
>
> Regards
>
> Kerem
>
> By the way, are you german?
>
> --
> -----------------------
> Beste Grüsse / Best regards / Votre bien devoue
> Kerem Gümrükcü
> Microsoft Live Space:http://kerem-g.spaces.live.com/
> Latest Open-Source Projects:http://entwicklung.junetz.de
> -----------------------
> "This reply is provided as is, without warranty express or implied."


I'm not one to shy away from the task of working on a project like
this since its just for giggles but I do believe it would take a lot
of time to figure out how to sling the bits from a CD to a WAV file
and have the WAV work in the end.

Two parts of my family originates in Germany, I believe one part of my
family I'm 3rd or 4th generation American from Germany.

 
Reply With Quote
 
Nicholas Paldino [.NET/C# MVP]
Guest
Posts: n/a
 
      28th Nov 2007
If you are looking for an alternative, there is an article on Code
Project as well which shows how to access the CD data, as well as a sample
that converts it to a WAV file:

http://www.codeproject.com/csharp/CSharpRipper.asp


--
- Nicholas Paldino [.NET/C# MVP]
- (E-Mail Removed)

"cfps.Christian" <(E-Mail Removed)> wrote in message
news:93fd13ae-5209-4e92-adae-(E-Mail Removed)...
On Nov 28, 11:32 am, "Kerem Gümrükcü" <kareem...@hotmail.com> wrote:
> Hi Christian,
>
> dude, this is some huge task you are looking at.
> If you really want to build such a application from
> ground up, go from scratch, then you have a long
> long, very long way to go. For such a small task
> like converting CDs to WAV you should use really
> CDEx or simillar applications, i think it even was
> batch scriptable for such things. There is a lot of
> great software out there for something like that!
>
> Regards
>
> Kerem
>
> By the way, are you german?
>
> --
> -----------------------
> Beste Grüsse / Best regards / Votre bien devoue
> Kerem Gümrükcü
> Microsoft Live Space:http://kerem-g.spaces.live.com/
> Latest Open-Source Projects:http://entwicklung.junetz.de
> -----------------------
> "This reply is provided as is, without warranty express or implied."


I'm not one to shy away from the task of working on a project like
this since its just for giggles but I do believe it would take a lot
of time to figure out how to sling the bits from a CD to a WAV file
and have the WAV work in the end.

Two parts of my family originates in Germany, I believe one part of my
family I'm 3rd or 4th generation American from Germany.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Track changes turned off- yet continues to track changes Dave B Microsoft Word Document Management 1 17th Aug 2009 07:27 PM
"Track Changes" - Prevent turn off track changes to meet SOX regs =?Utf-8?B?VGFtbXkgTWlsbGVy?= Microsoft Excel Misc 2 31st Jul 2007 11:42 AM
track word changes ON while track formatting changes is OFF =?Utf-8?B?ZHJpbGxlcg==?= Microsoft Word Document Management 2 17th Mar 2007 01:51 PM
Can you track time used to edit a document with Track Changes? =?Utf-8?B?QnViYmEgTWFHcmV3?= Microsoft Word Document Management 1 6th Apr 2006 10:02 PM
Shift audio track vs video track using Windows Movie Maker - possible? newbee Windows XP MovieMaker 4 22nd May 2005 03:38 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:48 AM.