SAF
Loading...
Searching...
No Matches
pitch_shifter_internal.h File Reference

A very basic multichannel pitch shifter. More...

#include "pitch_shifter.h"
#include "saf.h"
#include "saf_externals.h"

Go to the source code of this file.

Data Structures

struct  pitch_shifter_data
 Main struct for the pitch_shifter. More...
 

Macros

#define PITCH_SHIFTER_FRAME_SIZE   ( 128 )
 Framesize, in time-domain samples.
 

Functions

void pitch_shifter_setCodecStatus (void *const hPS, CODEC_STATUS newStatus)
 Sets codec status (see CODEC_STATUS enum)
 

Detailed Description

A very basic multichannel pitch shifter.

Author
Leo McCormack
Date
05.05.2020
License
ISC

Definition in file pitch_shifter_internal.h.

Macro Definition Documentation

◆ PITCH_SHIFTER_FRAME_SIZE

#define PITCH_SHIFTER_FRAME_SIZE   ( 128 )

Framesize, in time-domain samples.

Definition at line 45 of file pitch_shifter_internal.h.

Function Documentation

◆ pitch_shifter_setCodecStatus()

void pitch_shifter_setCodecStatus ( void *const hPS,
CODEC_STATUS newStatus )

Sets codec status (see CODEC_STATUS enum)

Definition at line 29 of file pitch_shifter_internal.c.