Micd fields (#391)

* add new field

* uncalib

Co-authored-by: Shane Smiskol <shane@smiskol.com>
This commit is contained in:
Cameron Clough
2022-11-30 21:19:53 -08:00
committed by GitHub
parent 790d38316d
commit dbc9846ac9

View File

@@ -1962,8 +1962,11 @@ struct UserFlag {
}
struct Microphone {
ambientNoiseLevelRaw @0 :Float32;
filteredAmbientNoiseLevel @1 :Float32;
soundPressure @0 :Float32;
# uncalibrated
soundPressureDb @1 :Float32;
filteredSoundPressureDb @2 :Float32;
}
struct Event {