My files are not compartible with the Flash audio player
leramulina@gmail.com - February 6, 2009 - 11:30
| Project: | Audio |
| Version: | 5.x-2.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I get the following message trying to upload an mp3 file
"This file is not compatible with the Flash audio player. Flash can only play MP3 files with a sample rate of 11, 22 or 44KHz".
But I've tried to convert my files through Canopus Pro Coder and Sound Forge. But they suggest only a rate 44100 HZ or 22050 Hz.
How can I make the files compartible with Audio module?

#1
If you create an mp3 with 44100 Hz it works. Bitrate: 128 (but should work with "any" bitrate).
Just to clarify: 44KHz = 44100 Hz 8in case you get confused).
#2
I got the same error messages, only I knew the files were compatible because I used them on another installation (drupal 4.7., audio x.1.0).
I also got error messages about the size of the upload. The limit was set to 10mb, and I was getting errors even though I was uploading 1.8mb files.
My solution was to edit my php.ini and increase 'memory_limit' and 'upload_max_filesize'.
Hope that helps.