comparison capnproto/vamp.capnp @ 66:6f160dee1192

Instead of using separate values and b64values entries in JSON serialisations, allow numeric arrays to be replaced by b64 variants wherever they appear (discriminating by type). Also rename values to featureValues in feature throughout, as values turns out to be a hazardous name in a JS context. Finally use Array instead of Text for array encoding (seems clearer).
author Chris Cannam <c.cannam@qmul.ac.uk>
date Tue, 27 Sep 2016 15:04:59 +0100
parents 85ec33975434
children a5ba837bca28
comparison
equal deleted inserted replaced
65:2d866edd79d5 66:6f160dee1192
93 hasTimestamp @0 :Bool = false; 93 hasTimestamp @0 :Bool = false;
94 timestamp @1 :RealTime; 94 timestamp @1 :RealTime;
95 hasDuration @2 :Bool = false; 95 hasDuration @2 :Bool = false;
96 duration @3 :RealTime; 96 duration @3 :RealTime;
97 label @4 :Text; 97 label @4 :Text;
98 values @5 :List(Float32) = []; 98 featureValues @5 :List(Float32) = [];
99 } 99 }
100 100
101 struct FeatureSet { 101 struct FeatureSet {
102 struct FSPair { 102 struct FSPair {
103 output @0 :Text; 103 output @0 :Text;