UNPKG

react-native-audio-api

Version:

react-native-audio-api provides system for controlling audio in React Native environment compatible with Web Audio API specification

9 lines (8 loc) 272 B
"use strict"; import AudioScheduledSourceNode from "./AudioScheduledSourceNode.js"; export default class StreamerNode extends AudioScheduledSourceNode { initialize(streamPath) { return this.node.initialize(streamPath); } } //# sourceMappingURL=StreamerNode.js.map