diff --git a/README.md b/README.md index e65d36f..917bc8b 100644 --- a/README.md +++ b/README.md @@ -359,7 +359,7 @@ let iXMLValue = wav.getiXML(); let _PMXValue = wav.get_PMX(); ``` -To Set the value of iXML or \_PMX chunks: +To set the value of iXML or \_PMX chunks: ```javascript wav.setiXML(iXMLValue); wav.set_PMX(_PMXValue); @@ -367,7 +367,7 @@ wav.set_PMX(_PMXValue); The value for XML chunks must always be a string. -the *chunkSize* of the chunks will be adjusted according to their new values when *toBuffer()* is called. +the *chunkSize* of the XML chunks will be adjusted when *toBuffer()* is called. ## API To create a WaveFile object: diff --git a/docs/index.html b/docs/index.html index f1d4234..cfde75c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -347,12 +347,12 @@
To Set the value of iXML or _PMX chunks:
+To set the value of iXML or _PMX chunks:
wav.setiXML(iXMLValue);
wav.set_PMX(_PMXValue);
The value for XML chunks must always be a string.
-the chunkSize of the chunks will be adjusted according to their new values when toBuffer() is called.
+the chunkSize of the XML chunks will be adjusted when toBuffer() is called.
To create a WaveFile object:
/**
diff --git a/package.json b/package.json
index 2b84031..476c0ea 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,9 @@
"encode",
"decode",
"A-Law",
- "mu-Law"
+ "mu-Law",
+ "_PMX",
+ "iXML"
],
"repository": {
"type": "git",