* @param filename The name (and directory path) of the file.
* @param xLoc The horizontal position for the display.
* @param yLoc The vertical position for the display.
*/
public static void au(String filename, int xLoc, int yLoc) {
new WaveView(filename, xLoc, yLoc);
}