Wiretap (Read Only)
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Reading Audio Data

1 REPLY 1
Reply
Message 1 of 2
kiyoshi
2552 Views, 1 Reply

Reading Audio Data

Hi,
I'm tried to read Audio Data from stone.
I used the sample code "readAudio.cpp"
However, when I used clip id, like "/stonefs/UDK/Default/H_-1463783679_S_1178207499_U_495331" then I add"/AUDIOSTREM," it didn't work.
Error message says, "Unable to obtain number of frames: The given ID is not valid."

Anyone has any idea?

Thanks!
1 REPLY 1
Message 2 of 2
nelsonro
in reply to: kiyoshi

The node ID of the audio node is not as simple as just appending AUDIOSTREAM to the clip node, unfortunately. You could have multiple audio tracks associated with a single clip, so this is not enough to uniquely identify an audiostream.

To find out what the audio node id is, you can do the getChildren call on the clip node ID programatically or you can use the wiretap_get_children tool provided with the API to do wiretap_get_children -n [clip node id] -h [wiretap server]. The resulting output should show you the node IDs of the audio track(s).


Cheers,
Roger

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report