We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808627a commit 0e5eb23Copy full SHA for 0e5eb23
README.md
@@ -41,7 +41,7 @@ double duration = 1.0;
41
auto t = xt::arange(0.0, duration, 1.0 / sampling_freq);
42
auto y = xt::sin(2.0 * numeric_constants<double>::PI * freq * t);
43
44
-xt::dump_audio("files/sine.wav", y, SF_FORMAT_WAV | SF_FORMAT_PCM_16, sampling_freq);
+xt::dump_audio("files/sine.wav", y, sampling_freq);
45
```
46
47
### Installation
0 commit comments