Group: Forum Members
Posts: 44,
Visits: 201
|
Hi Dave,
In my experiment, I want to record verbal recall on some of the trials. When I run the code (below), it seems to save the audio file as a .m4a. Do you happen to know if there is a way these files can be saved as .wav? I'm not sure if the problem is something specific to my computer or with my code.
<trial recalled> / stimulustimes = [0 = recall] / soundcapture = true / validresponse = (noresponse, " ") / quit = [" " ] / beginresponsetime = 0 / trialduration = 3000000 / inputdevice =keyboard </trial>
Thanks!
|