Replies: 2 comments 2 replies
-
hiya! Good question. The basic process is to generate the indices for each input file, and the use the concatenate function to draw the combined image. Here is a powershell script that demonstrates the process: https://github.com/QutEcoacoustics/audio-analysis/blob/master/scripts/indices_and_concat.ps1 (PowerShell may not be your language of choice but it should be easy enough to adapt the code to your desired language). You'll want to pay particular attention to the gap rendering option because of your sampling regime. From
https://ap.qut.ecoacoustics.info/technical/api/audioanalysistools.indices.concatmode That should be enough to get you started. Let me know if you need more help. |
Beta Was this translation helpful? Give feedback.
-
Nice work, the echo gaps one looks pretty serviceable! There was a reason for this, it's some kind of marker and I think it shows the start of each new segment... (With the no gaps one, the marker is so frequent that it looks like a solid bar). I'll see if I can hunt it down... Yup here it is: It's rendering spots where we've found some kind of error when combining the data. There should be a gaps and joins file somewhere I the output that explains the nature of the supposed errors. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm a beginner using AnalysisPrograms and I'm particularly interested in the audio2csv command to convert audio files into false-colour long-duration spectrograms. From the documentation and related literature, it seems this command is designed for 24-hour long recordings. However, my recording device is set up to record for 1 minute every 3 minutes (with a 2-minute pause), resulting in 480 one-minute clips throughout the day.
Is it possible for me to use this program to generate a 24-hour LDFC spectrogram from these short clips? Should I be concatenating the spectrograms generated from each one-minute clip horizontally? If I do this, the resulting graph does not have any X and Y axis ticks. Or is there a parameter I can modify directly to achieve this?
I would appreciate any guidance or suggestions.
Thank you in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions