Add the following new methods to the audio signal utility class. - `energy`: Refactor the method currently in the `Microphone` plugin to build a common method - `trim`: Add a method to trim leading and trailing silence. This uses the `energy` method above to detect silence.