This is an automated email from the ASF dual-hosted git repository.

ligd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 1d5f0245ab external/ffmpeg: add offloding audio recording with amr 
format.
1d5f0245ab is described below

commit 1d5f0245abbff8775c7e1627a00ff252615e0868
Author: xumin6 <xum...@xiaomi.com>
AuthorDate: Tue Mar 5 10:43:08 2024 +0800

    external/ffmpeg: add offloding audio recording with amr format.
    
    Signed-off-by: xumin6 <xum...@xiaomi.com>
---
 include/nuttx/audio/audio.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/nuttx/audio/audio.h b/include/nuttx/audio/audio.h
index 7aba3dc316..d6783dbb6c 100644
--- a/include/nuttx/audio/audio.h
+++ b/include/nuttx/audio/audio.h
@@ -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 **********************************************/
 

Reply via email to