Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/backend/modules/audio_stream_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def save_numpy_as_audio_file(
:param songname: name of the song
:param file_path: path to file (without filename)
:param rate: samplerate of the song (Default: 100)
:param tags: dict of tags see: :func:`tag_audio_file` (Default: ())
:param tags: dict of tags see: :func:`tag_audio_file` (Default: {})
:param extension: string of the extension (Default: ".mp3")
:returns: none
"""
Expand Down