- Developers
-
-
-
Delivering purpose-built software solutions that build lasting client relations.
-
-
-
Web Development
- PHP
- Laravel
- WordPress
- Machine Learning
- UI/UX Engineers
-
-
-
Mobile Development
- Swift
- Android
- Java
- React Native
-
-
-
- Designers
-
-
-
Designing applications that reflect the values of your brand.
-
-
-
- About Us
- Blog
- Case Study
- Contact Us
Here’s how vteam #377 dealt with the need to download songs from SoundCloud and save them as mp3s to Dropbox:
Not all songs are downloadable, so those can’t be saved. SoundCloud also hosts differing file formats, including MPEG-4, so those files would have to be converted before saving. This was done by developing an Application Programming Interface (API) to process the files in a fairly straightforward fashion:
- Intelligently handle downloadable tracks, based on availability.
- Download the track to the server:
- If it’s an mp3, save it directly to Dropbox.
- If not, then convert it using FFMpeg, verify it and save it to Dropbox.
0 Comments