Skip to content

Commit

Permalink
external/ffmpeg: add offloding audio recording with amr format.
Browse files Browse the repository at this point in the history
Signed-off-by: xumin6 <[email protected]>
  • Loading branch information
xumin6 authored and W-M-R committed Oct 16, 2024
1 parent 48dd8bc commit 86f3d35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/nuttx/audio/audio.h
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@
#define AUDIO_SUBFMT_MIDI_0 0x10
#define AUDIO_SUBFMT_MIDI_1 0x11
#define AUDIO_SUBFMT_MIDI_2 0x12
#define AUDIO_SUBFMT_AMRNB 0x13
#define AUDIO_SUBFMT_AMRWB 0x14

/* Audio Hardware-Format Types **********************************************/

Expand Down

0 comments on commit 86f3d35

Please sign in to comment.