Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ lexander Yashin https://github.com/yashin-alexander
Nils Duval https://github.com/nlsdvl
JackRedstonia jackredstonia64@gmail.com
David Bullock https://github.com/dwbullock
Yotam Gingold https://github.com/yig
3 changes: 3 additions & 0 deletions include/soloud_wav.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ namespace SoLoud
result loadmp3(MemoryFile *aReader);
result loadflac(MemoryFile *aReader);
result testAndLoadFile(MemoryFile *aReader);

Wav& operator=(const Wav&);
Wav(const Wav&);
public:
float *mData;
unsigned int mSampleCount;
Expand Down