Hi Audiomoth Fans,I'm searching how to extract the temperature data from any audiomoth recording. I tried using seewave & tuneR from R environment. Does any way to extract this data?
Hi Cristian, There's a Python script in the Applications Notes folder - https://github.com/OpenAcousticDevices/Application-Notes/blob/master/AudioMoth_Temperature_Measurements.pdf - which will extract the temperature and battery data from all the files. The header comment is always in the same place in the files, and this script just parses it as text and extracts the relevant data. Alex