Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
main.c File Reference

A stand alone application to test integration with output frameworks. More...

Go to the source code of this file.

Description

A stand alone application to test integration with output frameworks.

Remarks
the plan was to evolve this into a command line tool eventually, which would use Lumiera's backend functionality to setup and probe the operation environment for diagnostic purpose

Definition in file main.c.

#include "alsa.h"
#include <unistd.h>
#include <stdint.h>
#include <stdio.h>

Macros

#define SAMPLE_RATE   44100
 

Functions

int main ()
 

Variables

int16_t quiet [SAMPLE_RATE]
 
int16_t noisy [SAMPLE_RATE]
 

Macro Definition Documentation

◆ SAMPLE_RATE

#define SAMPLE_RATE   44100

Definition at line 30 of file main.c.

Function Documentation

◆ main()

int main ( )

Definition at line 37 of file main.c.

References audio_start(), audio_stop(), audio_write(), noisy, quiet, and SAMPLE_RATE.

Referenced by IconSvgRenderer::main(), and main().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ quiet

int16_t quiet[SAMPLE_RATE]

Definition at line 32 of file main.c.

Referenced by main().

◆ noisy

int16_t noisy[SAMPLE_RATE]

Definition at line 33 of file main.c.

Referenced by main().