Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
import BaseSound from 'ember-hifi/hifi-connections/base';
export default BaseSound.extend({
toString() {
return 'Local Dummy Connection';
},
init : function() {},
willDestroy : function() {},
currentPosition: function() {},
play : function() {},
pause : function() {},
_setVolume : function() {}
});