I have a VPS with low virtual memory. When I try to crop wav file using this method https://stackoverflow.com/a/43367691/1402321, I get out of memory error. Is there a way to crop wav file without read whole file into memory?
Asked
Active
Viewed 851 times
0
-
2try this : https://docs.python.org/2/library/wave.html#wave.Wave_read.readframes – Akshay Tilekar Nov 23 '17 at 09:38
-
@AkshayTilekar why not make that an answer iso a comment? – xtofl Nov 23 '17 at 10:40
-
@xtofl done...........!! – Akshay Tilekar Nov 27 '17 at 09:38
-
microscope : did this solved your problm ?? – Akshay Tilekar Nov 27 '17 at 09:39
-
I'm microspace, not microscope. :-), but that will do – microspace Nov 27 '17 at 09:52
-
@microspace LOL, AutoSpell did that :-) – Akshay Tilekar Nov 27 '17 at 11:32