From 1d5937019aa8820d5c08adaf814e5c960ab8b72f Mon Sep 17 00:00:00 2001 From: Samir Das Date: Sun, 12 Nov 2017 00:31:23 +0600 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e1dbc7..fefb751 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Decoder fire an event *decode* whenever it completes decoding. Usually it decode | Name | Parameter | Remark | | ------------- |:-------------:| -----:| -| feed | - | raw PCM data | Usually get from ajax or websocket +| feed | raw PCM data | Usually get from ajax or websocket | volume | decimal value 0.1 to 1 | For controlling volume of the player | | destroy | - | Destroy the player instance and release the resources |