Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Oct 30, 2023
1 parent a2aae2d commit bf2f7ea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

/**
* @file communication-rtsp-i2s.ino
* @author Phil Schatzmann
* @brief Demo for RTSP Client that is playing mp3. I tested with the live555 server with linux
* @version 0.1
* @date 2022-05-02
*
* @copyright Copyright (c) 2022
*
*/
#include "AudioTools.h" // https://github.com/pschatzmann/arduino-audio-tools
#include "AudioCodecs/CodecMP3Helix.h" // https://github.com/pschatzmann/arduino-libhelix
#include "AudioLibs/AudioKit.h" // https://github.com/pschatzmann/arduino-audiokit
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @file communication-rtsp-i2s.ino
* @author Phil Schatzmann
* @brief Demo for RTSP Client that is playing mp3
* @brief Demo for RTSP Client that is playing mp3: tested with the live555 server with linux
* @version 0.1
* @date 2022-05-02
*
Expand Down

0 comments on commit bf2f7ea

Please sign in to comment.