2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 07, 2025 — Jan 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add endianness info to Format __str__. More... about 17 years ago
Make format information accessible as properties instead of functions, and don't recompute them. More... about 17 years ago
Add properties to get full sndfile description of file format and encoding. More... about 17 years ago
Return our simple representation instead of full sndfile strings for file format, encoding and endianness in Format properties. More... about 17 years ago
Remove outdated doc. More... about 17 years ago
Trailing space. More... about 17 years ago
Fix missing line continuation. More... about 17 years ago
Add supported_* to compat module. More... about 17 years ago
Add endianness property. More... about 17 years ago
Adapt pysndfile test suite to compat version. More... about 17 years ago
Use compat module instead of ctypes-based implementation. More... about 17 years ago
Add a compat module to have a sndfile class mostly compatible with the old ctypes based, except its implementation use the new cython-based Sndfile. More... about 17 years ago
Change format property name to file_format for consistency. More... about 17 years ago
Add Sndfile class unit tests. More... about 17 years ago
Put available_ functions in main audiolab namespace. More... about 17 years ago
Fix typo. More... about 17 years ago
Add sync support to Sndfile. More... about 17 years ago
Add format property to safely query format from a Sndfile instance. More... about 17 years ago
Implement copy/deepcopy for Format class. More... about 17 years ago
Update doc. More... about 17 years ago
Go back to one column/channel, will settle this later. More... about 17 years ago
Handle rank 1 input array for write method. More... about 17 years ago
Fix typo in write_frames. More... about 17 years ago
Convert Exception to ValueError in write_frames + make sure nc is an int. More... about 17 years ago
Check format is OK when opening for write/rwrite mode. More... about 17 years ago
Add open from fd capability. More... about 17 years ago
Fix int filename argument detection. More... about 17 years ago
Add seek method to Sndfile. More... about 17 years ago
Make sfinfo data available as Sndfile properties. More... about 17 years ago
Add nframes property. More... about 17 years ago