Click here to Skip to main content
15,899,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can i check bitrate of an audio file while uploading in ASP .net c# ? Can anyone help please?
Posted

Maybe you should take a look at this: [Reading MP3 Headers]
 
Share this answer
 
What kind of audio file? If it's a MP3, how do you propose handling variable bit rate files?
 
Share this answer
 
I want to upload an mp3 file in my web site. While uploaded i want to show a success message and the song detail which will contain the bit rate,total size and duration of the song.
Thank you.

============

From JSOP: There are many examples describing the reading of mp3 file headers. Google is your friend. And just to be a bit pedantic, you can't really check the bitrate *while* the file is being uploaded. You have to do it before or after the upload process. Be more precise when asking a question.

============

I've to do it after the upload process is done.
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900