You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: to-do.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@
19
19
* Resolve issues with very large files
20
20
-[This guide](https://www.tensorflow.org/io/tutorials/audio) has something about audio slicing that might be useful; I can read in very large files with `tfio.audio.AudioIOTensor` and it doesn't kill my memory.
21
21
* Throw out last frame that overruns audio file
22
+
* Detect output file conflicts ahead of time (maybe just if the dir already exists, make a new dir with a timestamp)
0 commit comments