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