Skip to content

Commit 0e1c3a0

Browse files
committed
comments
1 parent c185dfe commit 0e1c3a0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

examples/examples-communication/rtsp/communication-codec-rtsp/communication-codec-rtsp.ino

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/**
2+
* @file communication-codec-rtsp.ino
3+
* @author Phil Schatzmann
4+
* @brief Provide Audio via RTSP using a codec. Depends on https://github.com/pschatzmann/Micro-RTSP-Audio
5+
* @version 0.1
6+
* @date 2022-05-02
7+
*
8+
* @copyright Copyright (c) 2022
9+
*
10+
*/
111
#include "AudioTools.h"
212
#include "AudioLibs/RTSP.h"
313
#include "AudioCodecs/CodecG7xx.h"

0 commit comments

Comments
 (0)