MCPcopy Create free account
hub / github.com/adamstark/AudioFile / main

Function main

examples/examples.cpp:14–29  ·  view source on GitHub ↗

=======================================================================

Source from the content-addressed store, hash-verified

12
13//=======================================================================
14int main()
15{
16 //---------------------------------------------------------------
17 /** Writes a sine wave to an audio file */
18 examples::writeSineWaveToAudioFile();
19
20 //---------------------------------------------------------------
21 /** Loads an audio file and prints key details to the console*/
22 examples::loadAudioFileAndPrintSummary();
23
24 //---------------------------------------------------------------
25 /** Loads an audio file and processess the samples */
26 examples::loadAudioFileAndProcessSamples();
27
28 return 0;
29}
30
31//=======================================================================
32namespace examples

Callers

nothing calls this directly

Calls 3

writeSineWaveToAudioFileFunction · 0.85

Tested by

no test coverage detected