removed user-specified sample rates for Decoders

This commit is contained in:
Bill Meltsner
2011-01-15 14:29:10 -06:00
parent 6e8a48bd01
commit 4479e8dfc4
14 changed files with 69 additions and 70 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ namespace lullaby
int pos;
public:
FLACDecoder(Data * data, const std::string & ext, int bufferSize, int sampleRate);
FLACDecoder(Data * data, const std::string & ext, int bufferSize);
~FLACDecoder();
static bool accepts(const std::string &ext);