Getting started
API Documentation
Development
File extension.
path (str | bytes) – path to file
str
bytes
extension of file without “.”
Examples
>>> path = "/test/file.wav" >>> audeer.file_extension(path) 'wav'