audiojs / audio

Class for high-level audio manipulations [NOT MAINTAINED]
MIT License
240 stars 9 forks source link

audio.channel #45

Open dy opened 6 years ago

dy commented 6 years ago

Property with raw channel data as

audio.channel[0]
audio.channel.L
audio.channel.SL

// but
audio.channels // audio.channel.length

Is there natural usability in that?