i’m pretty new to v4 but I have to do a setup for a presentation that records audio to a file. The main idea is to play a video and record some self-spoken text, that can later be muxed with the video. I want to link the record to the start of the video, but can’t find a way to record from AudioIn. Have been searching the site for quite a while and think that FFT will somehow be the solution but don’t get how to use it yet. Please help!
i am pretty sure that you have to use an external application for recording the audio part.
search the site for “puredata” or “pd” and/or have a close look at the ShellExecute (Windows) -node.
this node allows you to start other windows-applications from within vvvv.
ok, found a recorder that allows command line parameters to be specified. i want to create a string that i can connect to the input of the ShellExecute-nodes “command line parameters”-pin that looks something like “-s i need the duration from the output pin of a FileStream-nod here c:\fileX” and X needs to be a counter so it creates a new file everytime it is called.
Don’t you get a notification when a reply is posted?
Well, here is what I have achieved so far:
The output is generated the way it was supposed to be,
AsSring
+
Counter
where the way to go.
Right now I am having problems with mouse clicks - it doesn’t generate a single click but instead a whole bunch of clicks, so my counter doesn’t work the way it was supposed to be.
Is there an easy way to keep a value that was only hit shortly.
If someone could look at my patch, it would be great! I’m doing this for fun but the guys i’m doing it for really need it by tomorrow evening, and im quite busy studying :-(
I have thought about subpatches but didn’t know how to do them, so i just put everything together in one patch. Would have been nice to have, but I didn’t have the time to look into that also.
Thanks alot for the TogEdge idea, will try that later.
hi digital-hoax , i did this little patch today and test it with soundcapture , and work very well ,you just need to put the same keys on both ,
is there a tutorial about shellexecute on how to set the arguments , or someone feel like teaching me how to please ?