[DEBUG] error commit
This commit is contained in:
parent
60a8905b63
commit
70d95816ee
@ -38,7 +38,7 @@ audio::ess::LoadedFile::LoadedFile(const std::string& _fileName, int8_t _nbChanR
|
|||||||
// select the corect Loader :
|
// select the corect Loader :
|
||||||
if (etk::end_with(tmpName, ".wav") == true) {
|
if (etk::end_with(tmpName, ".wav") == true) {
|
||||||
m_data = audio::ess::wav::loadAudioFile(m_file, m_nbChanRequested);
|
m_data = audio::ess::wav::loadAudioFile(m_file, m_nbChanRequested);
|
||||||
m_nbSamples = decodem_data.size();
|
m_nbSamples = m_data.size();
|
||||||
} else if (etk::end_with(tmpName, ".ogg") == true) {
|
} else if (etk::end_with(tmpName, ".ogg") == true) {
|
||||||
/*
|
/*
|
||||||
EWOLSA_DEBUG("create thread");
|
EWOLSA_DEBUG("create thread");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user