lc-101
Results
2
issues of
lc-101
It seems this lib is using geocoder version 0.2.2. Unfortunately when google started requiring users to use an API key for their geocoder API, all functions in the lib that...
### Added volume control: Added an optional parameter to define playback volume when you call `getAudioContext` This is using an [FFmpeg Audio filter](https://trac.ffmpeg.org/wiki/AudioVolume) #### Example: ```javascript client.getAudioContext(channel, 0.5, function(error, stream)...