diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-01-02 15:23:42 -0600 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-01-02 15:23:42 -0600 |
| commit | ec22520992723a89dbc57a5e59bf03815df9f509 (patch) | |
| tree | 216cadcdb372249eebc04614b1a2ebaa9f91cda9 /shared-module/audiomp3/MP3File.h | |
| parent | 97bb46c0471b5cb9a0323f06183945d4c711207b (diff) | |
MP3File: Add rms_level property
This lets a music player show it vu-meter style
Diffstat (limited to 'shared-module/audiomp3/MP3File.h')
| -rw-r--r-- | shared-module/audiomp3/MP3File.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared-module/audiomp3/MP3File.h b/shared-module/audiomp3/MP3File.h index 9d99e8d1f..9ee1d0949 100644 --- a/shared-module/audiomp3/MP3File.h +++ b/shared-module/audiomp3/MP3File.h @@ -67,4 +67,6 @@ void audiomp3_mp3file_get_buffer_structure(audiomp3_mp3file_obj_t* self, bool si bool* single_buffer, bool* samples_signed, uint32_t* max_buffer_length, uint8_t* spacing); +float audiomp3_mp3file_get_rms_level(audiomp3_mp3file_obj_t* self); + #endif // MICROPY_INCLUDED_SHARED_MODULE_AUDIOIO_MP3FILE_H |
