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