You can subscribe to this list here.
2000 |
Jan
(8) |
Feb
(10) |
Mar
(5) |
Apr
|
May
(4) |
Jun
|
Jul
(7) |
Aug
(2) |
Sep
(13) |
Oct
(2) |
Nov
|
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(5) |
Feb
(3) |
Mar
(2) |
Apr
|
May
(2) |
Jun
(1) |
Jul
(1) |
Aug
(30) |
Sep
(4) |
Oct
(1) |
Nov
(6) |
Dec
|
2002 |
Jan
(3) |
Feb
(29) |
Mar
(9) |
Apr
(2) |
May
(14) |
Jun
(11) |
Jul
(1) |
Aug
(1) |
Sep
(1) |
Oct
(6) |
Nov
(2) |
Dec
(2) |
2003 |
Jan
(2) |
Feb
(1) |
Mar
(4) |
Apr
|
May
(2) |
Jun
(1) |
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
(3) |
Feb
(6) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2006 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: Jean R. <jea...@ya...> - 2007-09-14 09:04:10
|
Is there's an additional code to be include if I choose MONO encoding format. It seems like the sound quality is been degraded or the voice is slow. Here's the editted code from the samples you have provided. void writeWavHeader( FILE *fp, DWORD len ) { WAVHDR wav; if(!fp) return; memcpy(wav.riff, "RIFF", 4); wav.len = len + 44 - 8; memcpy( wav.cWavFmt, "WAVEfmt ", 8 ); wav.dwHdrLen = 16; wav.wFormat = 1; if(m_Gchannel==STEREO) wav.wNumChannels = 2; else wav.wNumChannels = 1; if (m_GsampleRate == FFKHZ) wav.dwSampleRate = 44100; else wav.dwSampleRate = 48000; if (m_GsampleSize == STBIT) wav.wBitsPerSample = 16; else wav.wBitsPerSample = 8; wav.wBlockAlign = (wav.wBitsPerSample/8) * wav.wNumChannels; wav.dwBytesPerSec = wav.dwSampleRate * wav.wBlockAlign; memcpy( wav.cData, "data", 4 ); wav.dwDataLen = len; fseek( fp, 0, SEEK_SET ); fwrite( &wav, 1, sizeof(wav), fp ); } Jean Revita Ramirez 1031 IBP Road Nikon St. Brgy. Commonwealth Quezon City Mobile: +63 9282157880 +63 9157902764 Email: jea...@ya... jea...@up... Phone: +632 4281751 --------------------------------- Don't let your dream ride pass you by. Make it a reality with Yahoo! Autos. |
From: LOR S. <en...@ho...> - 2006-10-31 00:30:11
|
How do I get Dev cpp to compile de example, it gets the following errors 37 C:\Dev-Cpp\main.cpp non-local function `<anonymous struct>* NewTrackBuf(DWORD)' uses anonymous type 172 C:\Dev-Cpp\main.cpp non-local function `<anonymous struct>* NewTrackBuf(DWORD)' uses anonymous type _________________________________________________________________ Get FREE company branded e-mail accounts and business Web site from Microsoft Office Live http://clk.atdmt.com/MRT/go/mcrssaub0050001411mrt/direct/01/ |
From: <ha...@en...> - 2006-01-20 03:18:27
|
2. I Have still not a an algorithm for determining the playing time I had the same problem, and I found that after I install some software (mybe alcohol or nero) the akrip dll gave me error 227 that is: WNASPI32.DLL is present on the system, but it could not find it’s helper driver. Under Windows 98/ME APIX.VXD is the helper driver, and under Windows NT/2000/XP (32-bit) ASPI32.SYS is the helper driver. Either the ASPI installation is invalid, or there are resource conflicts preventing ASPI from starting. So first I tried to get an aspi32.sys but the solution is not this. 1 search for another winaspi32.dll and found in c:\program files\ahead\nero I copied my application to this folder and started it. And it works. So I rename the original wnaspi32.dll in %win%\system32 and copied the new one from nero folders. akr...@li... wrote: >Send Akrip-devel mailing list submissions to > akr...@li... > >To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/akrip-devel >or, via email, send a message with subject or body 'help' to > akr...@li... > >You can reach the person managing the list at > akr...@li... > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of Akrip-devel digest..." > > >Today's Topics: > > 1. Use of AKRip (Chr. Elens) > >--__--__-- > >Message: 1 >Date: Wed, 23 Nov 2005 15:37:18 +0100 >From: "Chr. Elens" <chr...@ca...> >To: akr...@li... >Subject: [Akrip-devel] Use of AKRip > >This is a multi-part message in MIME format. > >--Boundary_(ID_rLBncvr0EkgQfz4vOgEiNg) >Content-type: text/plain; charset=iso-8859-1 >Content-transfer-encoding: 7BIT > >Hello > >I have downloaded your software from sourceforge.com in order to assemblmy own program. >This only intended for personal use. >In my application I want to register alle details of owned classical Audio-CD's. > >The program was nearly finished, when I got into trouble: I couldn't dervide paying times from the offsets supplied by CdDb. >So I installed also from sourgeforge some programs to find out how to do this. Since then I have 2 problems: >1. The AKRip dll cannot find any CD Driver anymore >2. I Have still not a an algorithm for determining the playing time > >Can you help me out ? > >Thanks in advance and >best greetings > >Chr. Elens > >PS >This message was undeliverable until I found this e-mail address. >In the meantime I have solved the first problem by completely restore the Windows system >The second problem I tried various formulae: >. started with the assumption, that frames were delevered, as measure for duration of tracks >. then used the mediaplayer to determine the palying times, interpreting the supplied longint into decimal seconds, minutes and seconds; this also was not very accurate in comparison with the playings times on the case. The Mediaplayer provided the almost identical playing times as the case on the basis of ithe format HMS, but still not accurate. >I wonder which method is to be used; for the time being I decided to use the media-player to calculate the paying times. >But are there better ways to do this? > >Are there also routines to interprete the track-information on de Audio CD itself ? > >Thanks and best regards > >Chr. Elens > >--Boundary_(ID_rLBncvr0EkgQfz4vOgEiNg) >Content-type: text/html; charset=iso-8859-1 >Content-transfer-encoding: 7BIT > ><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> ><HTML><HEAD> ><META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> ><META content="MSHTML 6.00.2900.2769" name=GENERATOR> ><STYLE></STYLE> ></HEAD> ><BODY bgColor=#ffffff> ><DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>Hello<BR><BR>I >have downloaded your software from sourceforge.com in order to assemblmy own >program.<BR>This only intended for personal use. <BR>In my application I want to >register alle details of owned classical Audio-CD's.<BR><BR>The program was >nearly finished, when I got into trouble: I couldn't dervide paying times from >the offsets supplied by CdDb.<BR>So I installed also from sourgeforge some >programs to find out how to do this. Since then I have 2 problems:<BR>1. The >AKRip dll cannot find any CD Driver anymore<BR>2. I Have still not a an >algorithm for determining the playing time<BR><BR>Can you help me out >?<BR><BR>Thanks in advance and</FONT></FONT></DIV> ><DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>best >greetings</FONT></FONT></DIV> ><DIV><FONT face=Arial size=2><FONT face="Times New Roman" >size=3></FONT></FONT> </DIV> ><DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>Chr. >Elens</FONT></FONT></DIV> ><DIV><FONT face=Arial size=2><FONT face="Times New Roman" >size=3></FONT></FONT> </DIV> ><DIV><FONT face=Arial size=2><FONT face="Times New Roman" >size=3>PS</FONT></FONT></DIV> ><DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>This message >was undeliverable until I found this e-mail address.</FONT></FONT></DIV> ><DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>In the meantime >I have solved the first problem by completely restore the Windows >system</FONT></FONT></DIV> ><DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>The second >problem I tried various formulae:</FONT></FONT></DIV> ><DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>. started with >the assumption, that frames were delevered, as measure for duration of >tracks</FONT></FONT></DIV> ><DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>. then used the >mediaplayer to determine the palying times, interpreting the supplied longint >into decimal seconds, minutes and seconds; this also was not very accurate in >comparison with the playings times on the case. The Mediaplayer provided >the almost identical playing times as the case on the basis of ithe format HMS, >but still not accurate.</FONT></FONT></DIV> ><DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>I wonder which >method is to be used; for the time being I decided to use the media-player to >calculate the paying times.</FONT></FONT></DIV> ><DIV>But are there better ways to do this?</DIV> ><DIV><FONT face=Arial size=2></FONT> </DIV> ><DIV><FONT face=Arial size=2>Are there also routines to interprete the >track-information on de Audio CD itself ?</FONT></DIV> ><DIV><FONT face=Arial size=2><FONT face="Times New Roman" >size=3></FONT> </DIV> ><DIV>Thanks and best regards</DIV> ><DIV> </DIV> ><DIV>Chr. Elens<BR></DIV></FONT></BODY></HTML> > >--Boundary_(ID_rLBncvr0EkgQfz4vOgEiNg)-- > > > >--__--__-- > >_______________________________________________ >Akrip-devel mailing list >Akr...@li... >https://lists.sourceforge.net/lists/listinfo/akrip-devel > > >End of Akrip-devel Digest > > > > |
From: David W. <dwi...@dt...> - 2006-01-06 00:14:52
|
All, I have just downloaded this piece of code and DLL and played around with the samples...pretty neat. I'm wanting to call the functions from embedded javascript within an HTML page. I've registered the DLL and I can see it in my registry, AKRipAX.AKRip so assuming that is all fine. Seems to be ok (at the very early stages) but I am having a tough time with GetCDListRecord :( Here is my embedded javascript code: function button6_onclick() { var drives = new Array(); var drive_id; var drive_letter; var HA; var TGT; var LUN; var PAD; var ID; ak.GetCDList(); ak.GetCDListRecord(0,HA,TGT,LUN,PAD,ID); alert('CD Drive ' + (ak.GetCDListCount - 1) + '\n' + 'lngHA = ' + HA + '\n' + 'lngTGT = ' + TGT + '\n' + 'lngLUN = ' + LUN); } ak.GetCDListCount is coming back correct, but all the output parameters from GetCDListRecord are all undefined :( I'm really stuck on this. I've looked at the documentation and that is all based around C, which is unfortunately not helping out :( Hope someone is reading this list who can help. Much appreciated. ___________________________________________ David Williams |
From: David W. <dwi...@dt...> - 2006-01-06 00:01:48
|
All, I have just downloaded this piece of code and DLL and played around with the samples...pretty neat. I'm wanting to call the functions from embedded javascript within an HTML page. I've registered the DLL and I can see it in my registry, AKRipAX.AKRip so assuming that is all fine. Seems to be ok (at the very early stages) but I am having a tough time with GetCDListRecord :( Here is my embedded javascript code: function button6_onclick() { var drives = new Array(); var drive_id; var drive_letter; var HA; var TGT; var LUN; var PAD; var ID; ak.GetCDList(); ak.GetCDListRecord(0,HA,TGT,LUN,PAD,ID); alert('CD Drive ' + (ak.GetCDListCount - 1) + '\n' + 'lngHA = ' + HA + '\n' + 'lngTGT = ' + TGT + '\n' + 'lngLUN = ' + LUN); } ak.GetCDListCount is coming back correct, but all the output parameters from GetCDListRecord are all undefined :( I'm really stuck on this. I've looked at the documentation and that is all based around C, which is unfortunately not helping out :( Hope someone is reading this list who can help. Much appreciated. ___________________________________________ David Williams |
From: Chr. E. <chr...@ca...> - 2005-11-23 15:38:42
|
Hello I have downloaded your software from sourceforge.com in order to assemblmy own program. This only intended for personal use. In my application I want to register alle details of owned classical Audio-CD's. The program was nearly finished, when I got into trouble: I couldn't dervide paying times from the offsets supplied by CdDb. So I installed also from sourgeforge some programs to find out how to do this. Since then I have 2 problems: 1. The AKRip dll cannot find any CD Driver anymore 2. I Have still not a an algorithm for determining the playing time Can you help me out ? Thanks in advance and best greetings Chr. Elens PS This message was undeliverable until I found this e-mail address. In the meantime I have solved the first problem by completely restore the Windows system The second problem I tried various formulae: . started with the assumption, that frames were delevered, as measure for duration of tracks . then used the mediaplayer to determine the palying times, interpreting the supplied longint into decimal seconds, minutes and seconds; this also was not very accurate in comparison with the playings times on the case. The Mediaplayer provided the almost identical playing times as the case on the basis of ithe format HMS, but still not accurate. I wonder which method is to be used; for the time being I decided to use the media-player to calculate the paying times. But are there better ways to do this? Are there also routines to interprete the track-information on de Audio CD itself ? Thanks and best regards Chr. Elens |
From: roostar <ro...@ne...> - 2004-02-22 16:19:03
|
Hello. I downloaded and am examining Xtractor (akrip example that uses lame = also) and having difficulty trying to see what I could do=20 to have my application (modeled after akrip's simple.c) to encode as = mp3. (Later I will add Ogg). First I ran the exe and notice that it has an output dialog that = determins what type of output (encoding) will be used. I open resource editor and I see the dialog is named "DIRECTORYDIALOG". The dropdown list box responsible for allowing user selection has id of = IDCBX_ENCODER. I see that that dialog is used in the file OutDlg.c. OutDlg has a wndproc named OutputDlgProc. I see a case statement = IDCBX_ENCODER and that adjust=20 static int array iEncoders[7] But here is where I get lost because I was hoping to see some kind of = top down (parent child ) relation where I would have seen the call to this dialog and that would have given me some ideal of the variable = being adjusted to signify during the ripping process that an mp3 was being created. Along with the necessary coding steps to have akrip type = example like simple.c to convert to mp3. I get a little confused in multi-dependant projects also. And I dont = really relate to or understand fully the mp3 conversion process. From my = perspective I view the mp3 conversion process as black box. I now see that there is also an mp3 streaming class. I am not sure if I = need this. Could you please give me some guidelines as to how to do this? What classes and function calls do I have to do just to do a simple rip = for standard mp3 output? Thanks RJ |
From: Mike W. <mik...@vi...> - 2004-02-19 10:04:25
|
Hi I am trying to use the GetCDDBDiskID function but always get back error code 4, does anybody have an ideas on what is wring? I can confirm I have a valid CDHandle and I cannot see anything wring with the array I am passing in. Regards Mike |
From: <ro...@ne...> - 2004-02-16 02:32:41
|
I was told that I need to create the necessary .lib file by compiling the source and def file and set some settings to create a lib and dll at same time. Have not had time to do it yet. Thanks RJ ________________________________________________________________ The best thing to hit the Internet in years - NetZero HiSpeed! Surf the Web up to FIVE TIMES FASTER! Only $14.95/ month -visit www.netzero.com to sign up today! |
From: Gregor B. <gb...@om...> - 2004-02-13 22:48:45
|
I have a CD's (Beyonce - dangerously in love) that has a data track at = the end of the CD, on some computers AKRip rips the track on other I get = a read error right at the end of the track. Any ideas why? To ensure that it was not my application, I used xtractor to rip, same = thing, one some computers its fine on others it get a read error right = at the end of the track. Any help would be appreciated =20 Thanks, Gregor |
From: Raymond C. <ray...@ya...> - 2004-02-13 04:28:35
|
roostar, have you include the .h and .def files in your vcpp project? --- akr...@li... wrote: > Send Akrip-devel mailing list submissions to > akr...@li... > > To subscribe or unsubscribe via the World Wide Web, > visit > > https://lists.sourceforge.net/lists/listinfo/akrip-devel > or, via email, send a message with subject or body > 'help' to > akr...@li... > > You can reach the person managing the list at > akr...@li... > > When replying, please edit your Subject line so it > is more specific > than "Re: Contents of Akrip-devel digest..." > > > Today's Topics: > > 1. (no subject) (roostar) > > --__--__-- > > Message: 1 > From: "roostar" <ro...@ne...> > To: <akr...@li...> > Date: Thu, 12 Feb 2004 21:40:07 -0500 > Subject: [Akrip-devel] (no subject) > > This is a multi-part message in MIME format. > > ------=_NextPart_000_0010_01C3F1B0.C83720A0 > Content-Type: text/plain; > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable > > Hello; > > Has anyone any example code the does function calls > to the dll? > > I have a Windows based application using VC++6.0. > > I would simply like to rip a cd.=20 > > BTW, the simple.c example I cant get working because > it says unresolved = > externals. > I tried all the norms. Placing the dll in the exe > directory, checking to = > see if extern "C" was=20 > the problem. Not sure. > > RJ > > ------=_NextPart_000_0010_01C3F1B0.C83720A0 > Content-Type: text/html; > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 > Transitional//EN"> > <HTML><HEAD> > <META content=3D"text/html; charset=3Diso-8859-1" = > http-equiv=3DContent-Type> > <META content=3D"MSHTML 5.00.2614.3500" > name=3DGENERATOR> > <STYLE></STYLE> > </HEAD> > <BODY bgColor=3D#ffffff> > <DIV><FONT face=3DArial size=3D2>Hello;</FONT></DIV> > <DIV> </DIV> > <DIV><FONT face=3DArial size=3D2>Has anyone any > example code the does = > function calls=20 > to the dll?</FONT></DIV> > <DIV> </DIV> > <DIV><FONT face=3DArial size=3D2>I have a Windows > based application = > using=20 > VC++6.0.</FONT></DIV> > <DIV> </DIV> > <DIV><FONT face=3DArial size=3D2>I would simply like > to rip a cd. = > </FONT></DIV> > <DIV> </DIV> > <DIV><FONT face=3DArial size=3D2>BTW, the simple.c > example I cant get = > working=20 > because it says unresolved externals.</FONT></DIV> > <DIV><FONT face=3DArial size=3D2>I tried all the > norms. Placing the dll = > in the exe=20 > directory, checking to see if extern "C" was > </FONT></DIV> > <DIV><FONT face=3DArial size=3D2>the problem. Not > sure.</FONT></DIV> > <DIV> </DIV> > <DIV><FONT face=3DArial > size=3D2>RJ</FONT></DIV></BODY></HTML> > > ------=_NextPart_000_0010_01C3F1B0.C83720A0-- > > > > > --__--__-- > > _______________________________________________ > Akrip-devel mailing list > Akr...@li... > https://lists.sourceforge.net/lists/listinfo/akrip-devel > > > End of Akrip-devel Digest __________________________________ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html |
From: roostar <ro...@ne...> - 2004-02-13 02:39:07
|
Hello; Has anyone any example code the does function calls to the dll? I have a Windows based application using VC++6.0. I would simply like to rip a cd.=20 BTW, the simple.c example I cant get working because it says unresolved = externals. I tried all the norms. Placing the dll in the exe directory, checking to = see if extern "C" was=20 the problem. Not sure. RJ |
From: Edwin v. d. H. <van...@dd...> - 2004-01-25 17:19:13
|
Hi, If anyone is interested in using the AKrip32 dll in Java, it's now possible. I made some changes to the AKrip32 source to compile the dll for use in combination with Java. The source code can be downloaded from: http://wwwhome.cs.utwente.nl/~ham/@Krip.zip The zip-file includes the following java files: akrip32.java: defines useful Java-functions test.java: uses 'ripTrack' to demonstrate the use of AKrip in Java (warning: this function doesn't yet write a wav-header, only raw data!) The function 'ripCD' simply calls the c-example 'simple.c', but only ripping one track instead of a whole cd. For testing purposes, this function also does not write a wav-header, but you can see that the file created by 'ripCD' is exactly the same as the one created by 'ripTrack' Regards, Edwin.. (@) |
From: Andy K. <scs...@ho...> - 2004-01-15 08:51:56
|
Simply including a C header should not be a problem as far as the license that akrip uses goes. The question is whether the dll would have to be linked against another library. It would depend whether the library could reasonably be considered a "system" library, rather than a proprietary library. -Andy Key > > I intend to write a Java DAE program which uses the akrip32 library > > for interfacing with the CD-ROM drive. > > I downloaded the library and tried to use it in a Java environment, > > but as yet I don't know how to use the library functions in Java. > > I am able to load the library, but I don't know how to call the > > functions, described in the library. > > I hope someone can help me. > > > > Regards, > > Edwin.. > >Okay, I searched on the internet and found that it is only possible >for a Java application to access a dll when the dll-source included >JNI (Java Native Interface) code. Since I don't have much experience >in c-programming, I guess my question is rather: is there a chance >that in the future, there could be some included JNI code in the dll, >so it it possible to use the dll in a Java environment. >A despcription of JNI can be found on the following page: >http://java.sun.com/docs/books/tutorial/native1.1/ > > > >------------------------------------------------------- >This SF.net email is sponsored by: Perforce Software. >Perforce is the Fast Software Configuration Management System offering >advanced branching capabilities and atomic changes on 50+ platforms. >Free Eval! http://www.perforce.com/perforce/loadprog.html >_______________________________________________ >Akrip-devel mailing list >Akr...@li... >https://lists.sourceforge.net/lists/listinfo/akrip-devel _________________________________________________________________ Online hry! Spousta zabavy s MSN Messenger 6.1 http://www.msn.cz/procmessenger |
From: Edwin v. d. H. <van...@dd...> - 2004-01-15 00:34:14
|
> Hiall, > > I intend to write a Java DAE program which uses the akrip32 library > for interfacing with the CD-ROM drive. > I downloaded the library and tried to use it in a Java environment, > but as yet I don't know how to use the library functions in Java. > I am able to load the library, but I don't know how to call the > functions, described in the library. > I hope someone can help me. > > Regards, > Edwin.. Okay, I searched on the internet and found that it is only possible for a Java application to access a dll when the dll-source included JNI (Java Native Interface) code. Since I don't have much experience in c-programming, I guess my question is rather: is there a chance that in the future, there could be some included JNI code in the dll, so it it possible to use the dll in a Java environment. A despcription of JNI can be found on the following page: http://java.sun.com/docs/books/tutorial/native1.1/ |
From: Sanjin G. <sg...@vi...> - 2003-08-14 09:53:58
|
Hi! I'm having problems downloading the following file from the following url: ftp://akrip.sourceforge.net/pub/akrip/akrip-20000225.zip I have no idea what is wrong but I get a timeout every time I try. If someone could send me this file as an attachment to my email I would be really grateful. Thank you in advance. Regards, Sanjin Goglia sg...@vi... |
From: bRoKeNCloCK <bro...@fr...> - 2003-07-11 11:21:58
|
Hello all, I'm not a developper, just making "handmade" HTML pages with JavaScript, = one touch of PHP, batch files, mini-apps in VB, little VBS scripts. = Nothing serious on my mind. And I would like to make "something" that, when I put an audio CD in my = computer, it rips it, it converts the songs to MP3 files, and tags them = automatically, put them in the right directory. So I would had nothing = to do more, except submit to freedb when the CD is not found. I think I = can do that with akrip-20000225.zip, found on this page : = http://akrip.sourceforge.net/samples.html, but the link seems to be = dead. Can someone tell where to download it? or send it to me by mail? I think that is something like this that Graham Mitchell (see his = message on this list) wanted to do last september. Graham, have you found a solution for that? Another solution I think about is to call akrip32.dll using = rundll32.exe, but I never did something like that before, and as I have = only basic idears about C programming, I have difficulties to understand = the API documentation for akrip32.dll (found here). Can someone helps me = for that? Many thanks for your patience. Stephane Mourey |
From: Aaron M. <acm...@ya...> - 2003-06-06 17:41:06
|
I have a custom Ripper which uses AKRIP which has been working GREAT up until today-- I found 2 computers that the AKRIP can't seem to communicate with the CD-Rom drive. One is an E-Machine the other a new Compaq. In both cases, the openCD call fails. As a test, I tried installing the aspi drivers from www.adaptec.com, but had no success. Is/Has anyone else experienced certain CD-Rom drives or computers which AKRIP doesn't work on? Both machines are running XP-Home and the account was logged in with admin rights. Any help appreciated, Aaron |
From: Gregor B. <gb...@om...> - 2003-05-01 16:22:20
|
Sorry, resent to ensure that the message makes it to the general list: The code is LGPL, http://www.gnu.org/licenses/lgpl.html The license clearly states that if you compile or link the library with your code that you must also be opens source. If you use the library as a DLL you must simply acknowledge use of the library in splash screens and documentation and that you must minimally provide the link to the source code. If you change the source code you must make your changes public. I think I got it all....anybody correct me if I'm wrong. Gregor Brandt Director of Development OMT Technologies Inc. ph: 204-786-3994 ext 229 fax: 204-783-5805 -----Original Message----- From: akr...@li... [mailto:akr...@li...] On Behalf Of Albert Tsai Sent: 2003 May 01 10:55 AM To: akr...@li... Subject: [Akrip-devel] Commericial License Requirements? Hello Akrip Developer, This is Albert Tsai at Signalogic, Inc. We want to use your source code/library to access CD audio data to input to our own software. When we incorporate the akrip source code into our own code, however, we don't want to disclose our own code. What are the terms for a commercial license agreement? I have one additional question for you. At what speed can your code read data from a regular IDE CD-ROM? We require a speed of 8x for our application. Thanks, -Albert ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Akrip-devel mailing list Akr...@li... https://lists.sourceforge.net/lists/listinfo/akrip-devel |
From: Albert T. <at...@si...> - 2003-05-01 15:50:59
|
Hello Akrip Developer, This is Albert Tsai at Signalogic, Inc. We want to use your source code/library to access CD audio data to input to our own software. When we incorporate the akrip source code into our own code, however, we don't want to disclose our own code. What are the terms for a commercial license agreement? I have one additional question for you. At what speed can your code read data from a regular IDE CD-ROM? We require a speed of 8x for our application. Thanks, -Albert |
From: Andy K. <scs...@ho...> - 2003-03-31 09:54:51
|
I'd like to welcome the fine folks at MediaTwins.com to the Hall of Shame. Since they have multiple infringing products and refuse to answer email, they are this weeks "Currently featured jerk". I apologize for sending these emails to the mailing list, but quite frankly, I'm hoping that some of the offending parties will actually be subscribed and will take appropriate action. These postings will continue at a rate of one per week until I've exhausted the list of infringing software. _________________________________________________________________ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail |
From: Ari S. <me...@mb...> - 2003-03-27 09:35:47
|
Hello everyone! I got a positive response to my demand for the author of Audio2x to modify his software. I have included it below. BTW, he has also camoflauged the LAME encoder as ezmp3enc.dll. Should I tell him it would benefit him that he openly told everyone he is using LAME, which is an encoder of great quality? Best regards, Ari Sundholm me...@fr... Author of cddbcomp - THE Delphi component for freedb access Freedb core team Support languages: Finnish, English, German, Swedish ----- Original Message ----- From: "Audio2x.com Support" <su...@au...> To: "Ari Sundholm" <me...@fr...> Sent: Thursday, March 27, 2003 1:43 AM Subject: Re: Using AkRip32.Dll > hi Ari Sundholm, > > thanks, we will modify our software these days. > > > ---------------- 2003-03-24 15:39:00 you wrote:------------- > > >Hello! > > > >The AKRip development seems to have halted because of violations of LGPL. It > >seems your app is one of the violating ones. Please include the LGPL license > >file with your application, add a link to AKRip site and do not rename the > >file the ezripper.dll. > > > >I assume it would benefit you, too to see further development on AKRip and > >doing the things above won't hurt you a bit. Else there will be consequences > >no one can predict and which will be unpleasant for everyone. > > > >Best regards, > > > >Ari Sundholm > >me...@fr... > >Freedb core team > > ------------------------------------------ > > Sincerely, > > Tony, > Customer Support > > > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > Audio2x - Make your own digital music > http://www.audio2x.com > > Cd burning,Audio converter,MP3 Editor,CD ripper,MP3 player. > Music are totally different when you boast Audio2x series. > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > |
From: Kevin W. <gre...@ho...> - 2003-03-24 13:26:43
|
Does anyone know how to use AKRip to get the volume serial number or the drive letter? I'm trying to do a lookup on a database on cd's to retrieve a track listing, but I need the drive's serial number or even just the drive's letter... -Kevin _________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail |
From: Andy K. <scs...@ho...> - 2003-03-24 13:18:04
|
Excerpt from the front page: >All current development of AKRip has been discontinued due to increasing >amounts of <a href="hallofshame.html"><b>license violations</b></a>. This >library is my work, and it <b>is</b> copyrighted. The library may be used >in commercial applications, but in all cases under the terms of the LGPL. If you are distributing a program that makes use of AKRip32.dll, please ensure that you are in compliance with the LGPL. If you are not, don't be surprised when your company is given the position of honor in the Hall of Shame (http://akrip.sourceforge.net/hallofshame.html). -Andy Key _________________________________________________________________ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus |
From: <pat...@ac...> - 2003-02-19 12:39:14
|
Hi, I just downloaded the CD-DA X-Tractor program (executable version) and the source code for it. I am considering using akrip to read CDs (digitally) in a DirectShow-based multimedia player I am developing , as a substitute to the WMP CD filter that was handy but has apparently been dropped by MS in DirectX version 9.0 :-(( I notice that the dll delivered with the executable version of CD-DA X-Tractor is called akarip32.dll while that created when compiling the source code (MSVC) is called akarip.dll. Any differences between these two dlls ? If so, which ones ? Both the executable and the compiled source code work fine on my W2K platform... Many thanks for your help and my congratulations to the authors of this nice piece of software.. If anybody is interested in the integration of akrip in a DirectShow application, let me know. I'll be happy to share this code, if I can make it work ;-)) Conversely, if such an integration has already been made, I am interested to see how. Best regards. Patrice. This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited. |