浏览代码

Remove screenshot code in audio_stream_callback.c

pull/5638/head
dan-hoang 2 天前
committed by GitHub
父节点
当前提交
419c87eca3
找不到此签名对应的密钥 GPG 密钥 ID: B5690EEEBB952194
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. +0
    -1
      examples/audio/audio_stream_callback.c

+ 0
- 1
examples/audio/audio_stream_callback.c 查看文件

@ -256,7 +256,6 @@ int main(void)
// De-Initialization
//--------------------------------------------------------------------------------------
TakeScreenshot("hello.png");
UnloadAudioStream(stream); // Close raw audio stream and delete buffers from RAM
CloseAudioDevice(); // Close audio device (music streaming is automatically stopped)

正在加载...
取消
保存