jbrzusto / TO_DO

sensorgnome / motus TODO list for jbrzusto
0 stars 0 forks source link

write function to reconstruct an approximate audio track from a raw SG file #165

Open jbrzusto opened 6 years ago

jbrzusto commented 6 years ago

Allowing users to listen to data files post hoc might help in cases of missing or malfunctioning tags, or reveal problems with the tag finder.

jbrzusto commented 6 years ago

pretty obvious algorithm: paint each pulse additively into a time-domain ring buffer, taking into account the possibility of small time inversions before exporting a prefix of the buffer as completed audio.