Skip to content

Commit 0e5eb23

Browse files
authored
Update README.md
1 parent 808627a commit 0e5eb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ double duration = 1.0;
4141
auto t = xt::arange(0.0, duration, 1.0 / sampling_freq);
4242
auto y = xt::sin(2.0 * numeric_constants<double>::PI * freq * t);
4343

44-
xt::dump_audio("files/sine.wav", y, SF_FORMAT_WAV | SF_FORMAT_PCM_16, sampling_freq);
44+
xt::dump_audio("files/sine.wav", y, sampling_freq);
4545
```
4646
4747
### Installation

0 commit comments

Comments
 (0)