diff --git a/api.md b/api.md index 79c9a9e..9ee0490 100644 --- a/api.md +++ b/api.md @@ -49,7 +49,7 @@ unsigned ExhaleEncAPI::`initEncoder`(unsigned char* const audioConfigBuffer, uin initialize an *ExhaleEncAPI* object for encoding and allocate dynamic object memory. Also checks the validity of the parameters given to `exhaleCreate()` and, upon success, generates AudioSpecificConfig (ASC, including UsacConfig) data for the bit-stream header. The following parameters are available for storage of this data: -* *audioConfigBuffer*: pointer to an unsigned 8-bit integer buffer to which the ASC data is written. The buffer must be at least 16 bytes large. May be `NULL`, in which case no ASC is generated. +* *audioConfigBuffer*: pointer to an unsigned 8-bit integer buffer to which the ASC data will be written. The buffer must be at least 16 bytes large. May be `NULL`, in which case no ASC is generated. * *audioConfigBytes*: pointer to a single unsigned 32-bit integer to which the byte-size of the ASC data is written. Optional parameter, may be `NULL`, in which case the size information is discarded. **Return value**