Skip to content

Commit

Permalink
Added example to get individual ZFF signals
Browse files Browse the repository at this point in the history
  • Loading branch information
EklavyaFCB committed Mar 30, 2023
1 parent d49c782 commit 2d71944
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ To extract the composite signal from a given audio file:
# Get composite signal
composite = zff_cs(audio, sr)
# Get all signals
composite, y0, y1, y2, gcis = zff_cs(audio, sr, verbose=True)
Repository Structure
-----------------------------
Expand Down Expand Up @@ -164,4 +167,4 @@ __ https://www.isca-speech.org/archive/interspeech_2022/sarkar22_interspeech.htm

.. |iSortImports| image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336
:target: https://pycqa.github.io/isort
:alt: Imports
:alt: Imports

0 comments on commit 2d71944

Please sign in to comment.