Added Audio(const Str_8& filePath, DataType type)
to force a specific data type.
This commit is contained in:
@@ -41,6 +41,8 @@ namespace ehs
|
||||
|
||||
Audio(const Str_8& filePath);
|
||||
|
||||
Audio(const Str_8& filePath, DataType type);
|
||||
|
||||
Audio(Str_8 id, UInt_64 sampleRate, DataType dataType, UInt_8 channels, UInt_64 frames, const Byte* data);
|
||||
|
||||
Audio(Str_8 id, UInt_64 sampleRate, DataType dataType, UInt_8 channels, const Serializer<UInt_64>& data);
|
||||
|
Reference in New Issue
Block a user