mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-25 02:04:23 +00:00
fixed broken CD reader code on linux; added support for broadcasting in DatagramSockets; small fix for String::replaceSection
This commit is contained in:
parent
fc2181aa22
commit
ca19733aad
4 changed files with 12 additions and 11 deletions
|
|
@ -61,9 +61,8 @@ void AudioCDReader::refreshTrackLengths()
|
|||
{
|
||||
}
|
||||
|
||||
bool AudioCDReader::read (int** destSamples,
|
||||
int64 startSampleInFile,
|
||||
int numSamples)
|
||||
bool AudioCDReader::readSamples (int** destSamples, int numDestChannels, int startOffsetInDestBuffer,
|
||||
int64 startSampleInFile, int numSamples)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue