Search found 3 matches
- Thu Sep 19, 2013 10:47 am
- Forum: Audacity 2.x Feedback and Reviews
- Topic: Alternative recovery tool
- Replies: 6
- Views: 4593
Re: Alternative recovery tool
Ok, that is behaviour as expected. The initial version was not really a stand-alone script. You had to do something like this in a Python shell: >>> import aup_recover >>> directory = r"D:Datainterviews" >>> project = "MyFirstInterview" >>> aup_recover.create_aup(directory, project) However, this is...
- Wed Sep 18, 2013 3:21 pm
- Forum: Audacity 2.x Feedback and Reviews
- Topic: Alternative recovery tool
- Replies: 6
- Views: 4593
Re: Alternative recovery tool
I developed it for Python 2.7.2 on Windows 7, with an NTFS filesystem.
Can you post how you run the tool and any output it generates?
Can you post how you run the tool and any output it generates?
- Thu Sep 12, 2013 12:30 pm
- Forum: Audacity 2.x Feedback and Reviews
- Topic: Alternative recovery tool
- Replies: 6
- Views: 4593
Alternative recovery tool
Hello, Yesterday I recorded an interview, but I shut down my laptop before audacity was finished saving. I noticed a lot of .au files were present, but the .aup file was empty. So, I decided to try to recover this. I found the recovery tools on the wiki, but these seemed unnecessary complex (read al...