AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Sound format conversion

 
Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources
View previous topic :: View next topic  
Author Message
Golum
Guest





PostPosted: Fri Jun 02, 2006 3:59 pm    Post subject: Reply with quote

roxie wrote:
Idea I've tried a fresh application which helps to beat DRM-protection, so one can easily listen to your favorit songs in the way he likes )

Why not just play back the DRM'd file and record it using Audacity or something and then save it as a MP3 or WMA? Yes, it's slow but free...
Back to top
polyethene



Joined: 11 Aug 2004
Posts: 5248
Location: UK

PostPosted: Fri Jun 02, 2006 4:37 pm    Post subject: Reply with quote

The playing/recording method reduces quality. The soundtaxi software looks good and claims to be legal so I might check it out sometime if I can't find any freeware alternative.
_________________
GitHubScriptsIronAHK Contact by email not private message.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Golum
Guest





PostPosted: Fri Jun 02, 2006 5:15 pm    Post subject: Reply with quote

It depends. For example, Rhapsody's RAX files are 196 bit when purchased. When streamed, they are 160, or thereabouts. That accounts for the reduction in quality. I suspect that *any* conversion would reduce the quality in some manner. Lossless would be the only way to maintain integrity of a lossless source.
Back to top
garry



Joined: 19 Apr 2005
Posts: 2214
Location: switzerland

PostPosted: Mon Jun 05, 2006 8:54 am    Post subject: Reply with quote

MP3DirectCut freeware, record what you hear to MP3
http://www.mpesch3.de/
Version 2.02 2006-03-09 record what you hear to MP3 (volume stereomix/wave)

example (a part from script):

;LS=I walk the line
;CA=I walk the line.ram
DIRECTCUT =%A_scriptDir%\MP3DIRECTCUT\mp3directcut.exe

R3R=%A_scriptDir%\_RECORDING
ifnotexist,%R3R%
FileCreateDir,%R3R%

run,%CA%
run,sndvol32
run,%DirectCut% %R3R%\%LS%.mp3 /rec
Back to top
View user's profile Send private message
MCM
Guest





PostPosted: Thu Aug 31, 2006 6:48 am    Post subject: SoundTaxi Reply with quote

I purchased SoundTaxi. It's a bit slow, it takes about 1/2 the time that the song plays to re-Rip. It does its magic by basically re-recording the files. It uses (in the background, without any intervention by you) Windows Media Player to obtain a license. It then seems to play the song and re-record the file in MP3 (or some other) format. You can chose the bitrate you want to record to, but my guess is that the output's quality is limited to the input quality.

Anyway, I've converted a few purchased songs to something I can use a bit more freely.
Back to top
MCM
Guest





PostPosted: Thu Aug 31, 2006 6:51 am    Post subject: SoundTaxi Tip Reply with quote

BTW, the best way to start the conversion is to drag a folder into SoundTaxi's main window. When it starts it asks you to select files. The select box only lets you pick one file at a time though. What I do is cancel the select box, Open the Prefs and set things the way I want (bitrate, oputput folders, and format) then drag a folder into SoundTaxi's window...the conversion starts automatically and you can drag a folder full of folders and it will find the songs inside.

MCM
Back to top
ahkiot0



Joined: 31 May 2008
Posts: 36

PostPosted: Wed Nov 18, 2009 11:58 pm    Post subject: Reply with quote

garry great example! thanks!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group