mpg123-1.32.5

This commit is contained in:
Ozkan Sezer
2024-02-17 21:28:24 +03:00
parent a06847ca33
commit 73caa15ce9
10 changed files with 43 additions and 23 deletions

View File

@@ -1327,7 +1327,7 @@ MPG123_EXPORT int mpg123_volume_change(mpg123_handle *mh, double change);
/** Adjust output volume including the RVA setting by chosen amount
* \param mh handle
* \param change volume adjustment in decibels (limited to +/- 60 dB)
* \param db volume adjustment in decibels (limited to +/- 60 dB)
* \return MPG123_OK on success
*/
MPG123_EXPORT int mpg123_volume_change_db(mpg123_handle *mh, double db);