The node UI parameters allows format selection but not sample rate. Is it possible to provide the sample rate via the incoming msg e.g. ``` msg.payload = "Hello world from Watson"; msg.sampleRate = 16000; return msg;