mirror of
https://github.com/xiph/opus.git
synced 2025-06-02 08:37:43 +00:00
Decouple OpusProjection* API from static matrices.
Change-Id: I3db285875b6b5548decc436be00096b97be1be3c Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
This commit is contained in:
parent
cae4445fb7
commit
058e8177cb
3 changed files with 69 additions and 33 deletions
|
@ -83,7 +83,7 @@ extern "C" {
|
|||
/** Copies the demixing matrix to the supplied pointer location.
|
||||
* @param[out] x <tt>unsigned char *</tt>: Returns the demixing matrix to the
|
||||
* supplied pointer location.
|
||||
* @param y <tt>opus_in32</tt>: The size in bytes of the reserved memory at the
|
||||
* @param y <tt>opus_int32</tt>: The size in bytes of the reserved memory at the
|
||||
* pointer location.
|
||||
* @hideinitializer
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue