diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2016-01-21 14:45:10 +0100 |
---|---|---|
committer | Rémi Verschelde <remi@verschelde.fr> | 2016-01-21 14:45:10 +0100 |
commit | 68cc789c2a186e7e167a5c20c16f6743f2839bb3 (patch) | |
tree | c1a01014502772f7be5a860fee92630483a8da13 /doc/base | |
parent | 432e7bf839c58c54d9191e22e93d5ae97e778ed9 (diff) | |
parent | 8ed13c4df426331286687e2f45fecf7a2f0bf216 (diff) |
Merge pull request #3404 from Ovnuniarchos/SetSignedData
set_signed_data now works correctly on pcm8 samples.
Diffstat (limited to 'doc/base')
-rw-r--r-- | doc/base/classes.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index d6808f0f34..8128771b6a 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -4177,6 +4177,7 @@ <description> Set the sample data for a given sample as an array of floats. The length must be equal to the sample lenght or an error will be produced. For this method, a stereo sample is made from two samples. Thus, in case of a stereo sample, the array length must be twice the length returned by [method sample_get_length]. + Trying to alter a SAMPLE_FORMAT_IMA_ADPCM sample is not supported. It will throw an error to the console, but will not alter the sample data. </description> </method> <method name="sample_set_data"> |