mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 09:01:12 +01:00
BlockFile::ReadData overrides: on failure, pad with 0s or throw...
... as the mayThrow argument directs.
This commit is contained in:
@@ -118,7 +118,7 @@ class ODPCMAliasBlockFile final : public PCMAliasBlockFile
|
||||
|
||||
/// Reads the specified data from the aliased file using libsndfile
|
||||
size_t ReadData(samplePtr data, sampleFormat format,
|
||||
size_t start, size_t len) const override;
|
||||
size_t start, size_t len, bool mayThrow) const override;
|
||||
|
||||
/// Read the summary into a buffer
|
||||
bool ReadSummary(ArrayOf<char> &data) override;
|
||||
|
||||
Reference in New Issue
Block a user