3ll3d00d
New Member
Thread Starter
- Joined
- Jun 4, 2017
- Posts
- 46
If I export an impulse as txt then I get something like
is the correct way to interpret this format "everything up until the first empty line is a comment, everything after it is data"?
if so, 3 comments/questions/enhancement requests...
1) it's a fairly long file by default, would be nice to have the option to create a shorter version (use case = quasi anechoic measurements which will pull the left and right gate in pretty tight)
2) would be nice if comments were comments (e.g. prefixed with a particular character like #)
3) would be slightly nicer to parse if some of the metadata were in some key=value format (though I realise the existing value // key is a key-value format in reverse)
Code:
Impulse Response data saved by REW V5.19
IR is normalised
IR window has not been applied
IR is not the min phase version
Source: ASIO Focusrite USB 2.0 Audio Driver, Mic 1
Dated: 22-May-2018 09:59:37
Measurement: M H0
Excitation: 128k Log Swept Sine, 2 sweeps at -8.0 dBFS Using a loopback as a timing reference
Response measured over: 20.1 to 24,000.0 Hz
0.0020157345570623875 // Peak value before normalisation
48000 // Peak index
131072 // Response length
2.0833333333333333E-5 // Sample interval (seconds)
-0.9960625 // Start time (seconds)
-8.732928E-4
-6.188466E-5
4.093998E-6
is the correct way to interpret this format "everything up until the first empty line is a comment, everything after it is data"?
if so, 3 comments/questions/enhancement requests...
1) it's a fairly long file by default, would be nice to have the option to create a shorter version (use case = quasi anechoic measurements which will pull the left and right gate in pretty tight)
2) would be nice if comments were comments (e.g. prefixed with a particular character like #)
3) would be slightly nicer to parse if some of the metadata were in some key=value format (though I realise the existing value // key is a key-value format in reverse)