Skip to content

Commit

Permalink
doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Feb 24, 2024
1 parent 257e982 commit e0e75df
Show file tree
Hide file tree
Showing 49 changed files with 1,856 additions and 1,711 deletions.
288 changes: 145 additions & 143 deletions docs/html/_snap_client_8h_source.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/html/_snap_common_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="preprocessor">#include &lt;iomanip&gt;</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#include &lt;ctime&gt;</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160; </div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="keyword">enum</span> codec_type { NO_CODEC, PCM, FLAC, OGG, OPUS, VORBIS };</div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="keyword">enum</span> codec_type { NO_CODEC, PCM, FLAC, OGG, OPUS };</div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *TAG=<span class="stringliteral">&quot;COMMON&quot;</span>;</div>
<div class="line"><a name="l00019"></a><span class="lineno"><a class="line" href="struct_snap_audio_header.html"> 19</a></span>&#160;<span class="keyword">struct </span><a class="code" href="struct_snap_audio_header.html">SnapAudioHeader</a> {</div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; int32_t sec = 0;</div>
Expand Down
24 changes: 11 additions & 13 deletions docs/html/_snap_config_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,19 +114,17 @@
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;<span class="preprocessor">#ifndef CONFIG_PROCESSING_TIME_MS </span></div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;<span class="preprocessor"># define CONFIG_PROCESSING_TIME_MS 172</span></div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; </div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; </div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;<span class="comment">// wifi</span></div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;<span class="preprocessor">#define CONFIG_WIFI_SSID &quot;piratnet&quot;</span></div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;<span class="preprocessor">#define CONFIG_WIFI_PASSWORD &quot;12341234&quot;</span></div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; </div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;<span class="comment">// Only relevant with FreeRTOS implementation</span></div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;<span class="preprocessor">#define CONFIG_TASK_PRIORITY 5</span></div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;<span class="preprocessor">#define CONFIG_TASK_CORE 1</span></div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;<span class="preprocessor">#define CONFIG_TASK_STACK_PROCESSOR (10 * 1024)</span></div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;<span class="preprocessor">#define CONFIG_TASK_STACK_OUTPUT (10 * 1024)</span></div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;<span class="preprocessor">#define BUFFER_SIZE_PSRAM 32 * 1024</span></div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;<span class="preprocessor">#define BUFFER_SIZE_NO_PSRAM 10 * 1024</span></div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;<span class="preprocessor">#ifndef CONFIG_STREAMIN_DECODER_BUFFER</span></div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;<span class="preprocessor"># define CONFIG_STREAMIN_DECODER_BUFFER (12 * 1024)</span></div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; </div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;<span class="comment">// wifi</span></div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;<span class="preprocessor">#ifndef CONFIG_WIFI_SSID</span></div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;<span class="preprocessor"># define CONFIG_WIFI_SSID &quot;piratnet&quot;</span></div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;<span class="preprocessor">#ifndef CONFIG_WIFI_PASSWORD</span></div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;<span class="preprocessor"># define CONFIG_WIFI_PASSWORD &quot;12341234&quot;</span></div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;<span class="preprocessor">#endif</span></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Expand Down
Loading

0 comments on commit e0e75df

Please sign in to comment.