Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wtq2255 committed May 24, 2024
1 parent 34e22a4 commit f7e347f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
ChangeLog
=========
v0.1.9
------
* New features:
* Add `audioflux.utils.synth_f0`
* Add `audioflux.utils.synth_f0`.
* Fix bug:
* `#37 <https://github.com/libAudioFlux/audioFlux/issues/37>`__: Fix `audioflux.display.fill_spec` bug.

Expand Down
1 change: 1 addition & 0 deletions python/audioflux/utils/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def synth_f0(times, frequencies, samplate, amplitudes=None):
Examples
--------
>>> import audioflux as af
>>> import numpy as np
>>> f0_arr = np.ones((1024,)) * 220
>>> times = np.arange(0, f0_arr.shape[0]) * (1024 / 32000)
Expand Down

0 comments on commit f7e347f

Please sign in to comment.