ojczeo
ojczeo
@ffxsam how do format input/output params for `audiowaveform` (in your example `wavFilename` and `peaksFilename `)? I have problem with accessing files stored at `s3`? Does `audiowaveform` handle `s3` streams? in...
I finally resolved problem with Lambda, here's a script, might be useful for somebody: https://gist.github.com/ojczeo/1f7325b438945bb4878941fb2ebb8409
change line 119 in youtube.py ``` if not path.exists('/usr/sbin/tor'): ``` to ``` if not path.exists('/usr/local/Cellar/tor/0.4.3.6'): ``` probably it could be other path (use `brew info tor` to discover proper path)...