easywave icon indicating copy to clipboard operation
easywave copied to clipboard

Update landing page information

Open mantielero opened this issue 1 year ago • 0 comments

I am reading the front page and it states:

import easywave

var ww = writeWaveFile(
  filename = "example.wav",
  format = wf16BitInteger,
  sampleRate = 44100,
  numChannels = 2
)

but it looks like I should use something like createRIFFfile.

mantielero avatar Apr 08 '24 18:04 mantielero