Click here to Skip to main content
15,885,771 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone,

I have many .mp3 files in my asp.net website. I have 3 radiobuttons which is for increasing the playback speed of .mp3 file.

Now i need to edit the playback speed of .mp3 file which is selected by user to any i.e. 2x 3x etc. and save it according to the speed selected..and make it available for download.

Please help me how could it be done in asp.net?

Thanks & Regards,
Krunal Panchal
Posted
Updated 4-Jan-13 20:15pm
v2
Comments
Sandeep Mewara 5-Jan-13 2:24am    
And you are playing mp3 using? You need to share more about your implementation on what you did so far and looking for.
krunalpanchalN 5-Jan-13 3:51am    
Hi,

Actually I have simple .mp3 files in my website folder.. And I am using HTML5 Audio tag for playing those .mp3's. Now when a user selects a particular .mp3 file and selects its playback speed accordingly..and when he clicks save button.the song/.mp3 should be saved in a separate folder with the playback speed he has selected ..

I am stuck up in setting the playback speed for the .mp3 file..and saving it.

Please help me.

thanks & regards,
Krunal Panchal

1 solution

Playback is one thing, download is an other.
Setting playback rate on the browser will change nothing on the server.
So, if you want to let user download the file with altered speed, you have to make server side code to do it for the user, and send the modified file as attachment to download.
 
Share this answer
 

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