It's now possible to build each module individually (as a DLL).

This commit is contained in:
rude
2009-08-04 19:57:14 +02:00
parent 524ef5e118
commit 8e681b4204
59 changed files with 5315 additions and 400 deletions
+3 -3
View File
@@ -52,9 +52,9 @@ namespace sound
void * getData() const;
int getSize() const;
int getChannels() const;
int getBits() const;
int getSampleRate() const;
virtual int getChannels() const;
virtual int getBits() const;
virtual int getSampleRate() const;
void setSample(int i, float sample);
float getSample(int i) const;