| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #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? |
| | |
| | #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. |
| | |
| |
| |
![]() |
| Bookmarks |
| Thread Tools | |
| |
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 |