ソースを参照

add comment to look into thread safety in SD WAV play()

dds
PaulStoffregen 10年前
コミット
677c072ca1
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      play_sd_wav.cpp

+ 1
- 0
play_sd_wav.cpp ファイルの表示

@@ -59,6 +59,7 @@ void AudioPlaySdWav::begin(void)
bool AudioPlaySdWav::play(const char *filename)
{
stop();
// TODO: SD.open probably needs to be done with the audio interrupt disabled...
wavfile = SD.open(filename);
if (!wavfile) return false;
buffer_length = 0;

読み込み中…
キャンセル
保存