Go Back   Club CDFreaks - Knowledge is Power > International Chat: Software related > Nero SDK Discussion Forum


Commercial message



Nero SDK Discussion Forum Discuss, ripp audio track to wma at International Chat: Software related forum; in neroapi there was a way to ripp audio track to wma: bVal = NeroAudioGetFormatInfo(8, &audioFormat); if( strcmp(audioFormat.nafiExtList, "wma") == 0) { audioHandle = NeroAudioCreateTargetItem(9); audioItemInfo.naiiAudioItem = audioHandle; audioItemInfo.naiiFileName = "E:\\My Temp\\AAAExport.wma"; exchange.ndeData.ndeAudioItemInfo = audioItemInfo; exchange.ndeType = NERO_ET_AUDIO_FILE; } if (NeroDAE (NeroDeviceHandle, pTrackInfo->ntiTrackStartBlk, pTrackInfo->ntiTrackLengthInBlks, &


Reply
 
Thread Tools
Old 18-12-2004   #1 (permalink)
New on Forum
 
Join Date: Nov 2003
Location: Globe
Posts: 22
ripp audio track to wma

in neroapi there was a way to ripp audio track to wma:

bVal = NeroAudioGetFormatInfo(8, &audioFormat);
if( strcmp(audioFormat.nafiExtList, "wma") == 0)
{
audioHandle = NeroAudioCreateTargetItem(9);

audioItemInfo.naiiAudioItem = audioHandle;
audioItemInfo.naiiFileName = "E:\\My Temp\\AAAExport.wma";

exchange.ndeData.ndeAudioItemInfo = audioItemInfo;
exchange.ndeType = NERO_ET_AUDIO_FILE;
}
if (NeroDAE (NeroDeviceHandle, pTrackInfo->ntiTrackStartBlk, pTrackInfo->ntiTrackLengthInBlks,
&exchange, 0, &callback)) {
NeroError ("NeroDAE()");
}


but how can i perform such a thing with nerocom?
keyvan is offline   Reply With Quote
Old 18-12-2004   #2 (permalink)
Nero Developer
 
Join Date: Oct 2003
Posts: 605
Currently this is not supported. You may only rip to PCM WAV or use events to receive RAW data.
alexp is offline   Reply With Quote
Old 18-12-2004   #3 (permalink)
New on Forum
 
Join Date: Nov 2003
Location: Globe
Posts: 22
Re: ripp audio track to wma

thanks alexp for your kindly replis.

but i don't know anything about the event you have mentioned. can you explain it?
keyvan is offline   Reply With Quote
Old 18-12-2004   #4 (permalink)
Nero Developer
 
Join Date: Oct 2003
Posts: 605
If you pass an empty filename to DAE method of NeroDrive, you will then receive OnWriteDAE events whenever data is available. Depending on the environment used you may have to do different things to get a hold of the data (C# comes to mind where you have to cast the parameter to short[]). Generally speaking, the event receives a VARIANT containing a SAFEARRAY of VT_I2. This translates to an array of 16-bit audio samples.

Other than this, you may expect an OnDoneDAE and OnProgress events.
alexp is offline   Reply With Quote
 
Reply

Bookmarks

Thread Tools

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 On
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to ripp a ps2 .INT music track?? handeland Audio 0 01-09-2007 14:54
Cannot burn wma 10 lossless track using Nero Kfer Newbie Forum 5 11-05-2006 06:05
audio channels to ripp midnightmike Copy Protection 0 21-03-2006 01:39
Placing Audio where the "pause" spot of a track is.. negative time track! DLake Nero & InCD 4 30-12-2005 08:33
writing gap before first track for audio CDs (hidden track) Aragorn05 Nero SDK Discussion Forum 1 14-01-2005 11:57


All times are GMT +2. The time now is 23:37.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0