Getting started
API Documentation
Development
File basename without file extension.
path (str | bytes) – file or directory name
str
bytes
ext (str) – explicit extension to be removed
basename of directory or file without extension
Examples
>>> path = "/test/file.wav" >>> audeer.basename_wo_ext(path) 'file'