GNOME Bugzilla – Bug 163309
[PATCH] typefinding for formats used by libsndfile
Last modified: 2005-01-17 13:48:03 UTC
The attached patch adds typefinding functions for formats used by libsndfile which also have test files here: http://www.mega-nerd.com/tmp/SoundFileCollection-20041231-1305.tgz All audio files in this tarball should now be correctly detected except for mono24.vox which is basically raw. All new mime-types are of the form audio/x-foo. No testing for false positives has been done. The long term plan is to be able to playback any libsndfile supported file with totem - this patch is the first step. I don't currently have commit access so could whoever approves this patch please commit?
Created attachment 35651 [details] [review] libsndfile typefind functions
Can you document the added formats so I can add them to the PWG?
Created attachment 35697 [details] [review] updated typefind patch This patch includes support for files that denote endianess by reversing the special string
Created attachment 35698 [details] [review] libsndfile documentation patch to docs/random/mimetypes Update to docs/random/mimetypes to include new mimetypes. Ronald, is this enough documentation for you?
The official doc types are in gstreamer/docs/pwg/advanced-types.xml, can you add it there instead?
Created attachment 35931 [details] [review] patch to advanced-types.xml
Applied. I assume you'll put the patch for sfdec in a separate report, so closing this.