This read-only archive contains discussions from the Adding Feature forum.
New feature request may be posted to the
Adding Feature forum.
Technical support is available via the
Help forum.
-
Dipesh Basnet
- Posts: 4
- Joined: Sun Mar 15, 2015 3:13 pm
- Operating System: Please select
Post
by Dipesh Basnet » Sun Mar 15, 2015 3:43 pm
i recorded song with more than 15 vocal recorded and i saved whole project and turned my pc off after some hours when i try to open my file i'm getting this error
"Error Importing
audacity did not recognized the type of file'E:audacitymy song.aup'if it is uncompressed try importing it using"Import Raw"
above are the following error my whole project will be ruined if i'm not able to open my project plz help me...
p.s i tried importing raw but all i got is blank page

-
Robert2
- Posts: 433
- Joined: Wed Feb 22, 2012 6:54 pm
- Operating System: Windows 10
Post
by Robert2 » Sun Mar 15, 2015 4:22 pm
I don’t know how smart Audacity would need to be to be able to identify the AUP file extension and open its own AUP (Project) files through drag & drop. From a non-programmer's point of view, this seems an easy thing to do. It would help a lot more than the current message inviting users to “try importing using Import Raw”, which could obviously never work!
-
steve
- Site Admin
- Posts: 81609
- Joined: Sat Dec 01, 2007 11:43 am
- Operating System: Linux *buntu
Post
by steve » Sun Mar 15, 2015 6:57 pm
Robert2 wrote:I don’t know how smart Audacity would need to be to be able to identify the AUP file extension and open its own AUP (Project) files through drag & drop. From a non-programmer's point of view, this seems an easy thing to do. It would help a lot more than the current message inviting users to “try importing using Import Raw”, which could obviously never work!
From what I've read, it gets rather complicated when taking into account the multiple ways of opening / importing files (including "drag & drop", file associations, menu commands, command line arguments, and platform dependent variations). What many of us would like would be a unitary project format (Audacity projects as one file rather than AUP + _data folder + possible dependencies), and so be able to drop the Open / Import distinction altogether.
In the meantime, I'm not sure how difficult it would be to make a more helpful error message when attempting to import an AUP file - I'll have a look into that.
-
steve
- Site Admin
- Posts: 81609
- Joined: Sat Dec 01, 2007 11:43 am
- Operating System: Linux *buntu
Post
by steve » Mon Mar 16, 2015 11:37 am
steve wrote:
In the meantime, I'm not sure how difficult it would be to make a more helpful error message when attempting to import an AUP file - I'll have a look into that.

- import-aup-error.png (11.33 KiB) Viewed 1353 times
It seems that it is very easy to improve the error message.
Patch attached.
I'll move this to the "Adding Features" board so that it does not get lost.