Skip to content

Commit

Permalink
add:audio加入录音api
Browse files Browse the repository at this point in the history
  • Loading branch information
allewalker committed Jan 24, 2024
1 parent e19d1ea commit e1b16ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions luat/include/luat_audio.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,7 @@ int luat_audio_standby(uint8_t multimedia_id);

int luat_audio_check_ready(uint8_t multimedia_id);

int luat_audio_record(uint8_t multimedia_id, uint32_t sample_rate);

int luat_audio_record_stop(uint8_t multimedia_id);
#endif

0 comments on commit e1b16ef

Please sign in to comment.