#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include "syn/Util/Endian.h"
#include "syn/Stream/WavHeader.h"
#include "syn/Stream/WavAudioIStream.h"
Include dependency graph for WavImporter.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | WavImporter |
loads the entire audio data from a WAV file, returns it in the format you specify. More... |