Switch to side-by-side view

--- a/mpd2src/audioreader.h
+++ b/mpd2src/audioreader.h
@@ -20,9 +20,7 @@
 
 #include <string>
 
-// This just somewhat encapsulates the code in the original
-// WavSender.cpp The file is still read and converted in memory at
-// once, and held in a memory array
+// Base class for things which read audio
 class AudioReader {
 public:
     AudioReader() {