summaryrefslogtreecommitdiff
path: root/firmware/export/pcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pcm.h')
-rw-r--r--firmware/export/pcm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/export/pcm.h b/firmware/export/pcm.h
index 61e11ef801..36a752352a 100644
--- a/firmware/export/pcm.h
+++ b/firmware/export/pcm.h
@@ -85,10 +85,6 @@ struct pcm_peaks
85 long tick; /* Last tick called */ 85 long tick; /* Last tick called */
86}; 86};
87 87
88void pcm_calculate_peaks(int *left, int *right);
89const void* pcm_get_peak_buffer(int* count);
90size_t pcm_get_bytes_waiting(void);
91
92void pcm_play_stop(void); 88void pcm_play_stop(void);
93bool pcm_is_playing(void); 89bool pcm_is_playing(void);
94 90