Skip to content

Commit 4fe37d5

Browse files
committed
Added float modules for 24 bit precision S/PDIF I/O. They are forked from current code of the "offical" (16 bit 44.1kHz only) Teensy audio library, but extended to 24 bit precision and configurable sample rate.
1 parent fa6885d commit 4fe37d5

File tree

7 files changed

+1215
-0
lines changed

7 files changed

+1215
-0
lines changed

OpenAudio_ArduinoLibrary.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@
2222
#include "AudioMultiply_F32.h"
2323
#include "AudioSettings_F32.h"
2424
#include "input_i2s_f32.h"
25+
#include "input_spdif3_F32.h"
26+
#include "async_input_spdif3_F32.h"
2527
#include "output_i2s_f32.h"
28+
#include "output_spdif3_F32.h"
2629
#include "play_queue_f32.h"
2730
#include "record_queue_f32.h"
2831
#include "synth_pinknoise_f32.h"

0 commit comments

Comments
 (0)