You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Load the first 5 bytes of a file with a jQuery ajax request. Beforehand, check whether the Range header is supported.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Initial and (almost) empty HTML5 website with prepared CSS style and JS script sections and some other nice features (google fonts, mobile viewport, jquery).
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Here is my personally successful approach to convert an existing Bitbucket hg repo to a new Bitbucket git repo.
In this example, I invented a repo with the name "SimonSays".
I used Windows 8.1.
MINGW64: Build a static SoX (.exe) for Windows, DLL-independent with MP3 de-/encoding support (libmad and Lame encoder)
MINGW64: Build a static SoX (.exe) for Windows, DLL-independent with MP3 de-/encoding support (libmad and Lame encoder)
Here are my personal notes on compiling SoX with MINGW64. Maybe, my situation isn't representative for everyone. Or maybe, I could have achieved my goal easier. But this is the way I succeeded.
I need to build SoX as a static .exe file with MP3 de- and encoding support, to be able to normalize an existing MP3 file and save it as MP3.
I used Windows 11 Pro and MINGW64. I did another successful test with Windows 8.1.
Goal
My main goal is to be able to normalize and save back MP3 files. So I need SoX for normalization and libmad / Lame for MP3 de-/encoding. At best, I would like to port my target .exe file to other systems without the need of any depending DLL or other file.