- Use
numpy
instead of theaudioop
(deprecated then removed in Python 13) for signal processing operations - Use
pytest
instead ofgenty
for tests - Accept input of type
Path
forsplit
- Remove deprecated
ADSFactory
- Implement
AudioRegion.join
,make_silence
andsplit_and_join_with_silence
- Use Github Actions instead of travis for CI
- Use Codecov for tests coverage