Sloooowly remove SoundFile.__len__()
See original GitHub issueSee #199.
This will be a breaking change and should therefore be very gentle, with long breaks between those action points:
- Deprecate
.__len__()
and introduce.frames
as replacement (#206); released in v0.10.1 (2018-03-02) - Generate a deprecation warning when
len()
is used - Remove
.__len__()
and remove.__bool__()
/.__nonzero__()
which becomes obsolete
Issue Analytics
- State:
- Created 6 years ago
- Comments:22 (22 by maintainers)
Top Results From Across the Web
SoundFile — PySoundFile 0.10.3post1-1-g0394588 ...
SoundFile is an audio library based on libsndfile, CFFI and NumPy. Sound files can be read or written directly using the functions read()...
Read more >[Released] Procedural Music Generator | Page 2 - Unity Forum
One thing that we found difficult was having to generate _every note/tone_ when wanting to import a new clip/sound. I'm not sure if...
Read more >https://www.exploit-db.com/raw/42859
25 grams of ephedrine HCl may not sound like much, but if it is all recovered ... As the movie Sloooowly progresses (with...
Read more >Chatbot - Grok Learning
Run this yourself with another number – then experiment with removing the calls to int or ... We can find out how long...
Read more >Posts by Les Bayliss - BOINC - University of California, Berkeley
Or not: Tony Dow's management team removes statement star has died ... It's beginning to sound as though you've created a 2nd account,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Great! So what about a new release to get things going?
FYI, my schedule is clearing up a bit, and I hope to resume work on SoundFile in the next few days.