I’m very new to this so apologies if my question is a bit silly.
I have created a sequence of time instants using Sonic Visualiser. These time instants correspond to some tapping I recorded and I have saved them into a .txt file (so basically, I tapped along to some music using Sonic Visualiser, I recorded my tapping and exported a file with the time that each tap happened.)
I now want to import this .txt file onto Audacity and somehow “make” it sound like an audio track with taps. Is that possible in Audacity? I.e., import time data in a .txt file and “play” them as a rhythmic track.
Any thoughts on this would be much appreciated. Thank you very much for your time
I now want to import this .txt file onto Audacity and somehow “make” it sound like an audio track with taps. Is that possible in Audacity? I.e., import time data in a .txt file and “play” them as a rhythmic track.
I don’t know what kind of text file the Sonic Visualizer generates, but probably not… I have a feeling you’ll loose the timing information (and the data is likely formatted wrong for Audacity.)
Tools → Sample Data Export and Sample Date Import can import/export text files but it has to be text of the sample values in the range of +/-1. i.e. With “CD quality” audio there are 44,100 samples per second. This makes HUGE files, bigger than WAV files since it takes more bytes to store the text representation of a value than to directly store the numerical value.
Here is an example of what that text looks like, just a few samples (less than 1 millisecond of audio) and this particular file has two samples per line since it’s stereo:
which represent seconds and milliseconds from the beginning of the track.
I was wondering if you knew another way to produce a rhythm track in audacity (like a metronome) but with time points that I choose, i.e. asking audacity to produce a “click” on a specific time point e.g. on 5.83000000 seconds. If not Audacity, do you know any other software that could do that?
I know it may sound weird what I’m trying to do, but it’s for a music psychology research experiment. I want to create a jittered tapping sequence that will be played on top of a music track and I will ask my participants to tell me how synchronised they think the tapping sequence is with the beat of the music. I could just record a tapping sequence that is not quite synchronised with the beat of the music but I have to do it more methodically with specific time points and specific ms off the beat. So all I need is to produce a tapping sequence that sounds like it has been produced by someone who is not very good at tapping along with the music.