Posts

Showing posts from June, 2019

Convert any music file (*.mp3) to 8D Audio.

Image
//Hello World If you love listening to music on YouTube I'm pretty sure that sometimes or the other you would have stumbled across some "8D Music", well yesterday I listened  "Starboy - 8D Music" and felt that there was really no Eighth Dimension in it..... I mean if you go by the 26 dimensions of the Bosonic String Theory, then a Music file with eight dimensions.....hmmm... well mankind is yet to find out how it will sound like but the Videos on YouTube labeled 8D music are nothing but Ambisonic audio. So, I researched a bit about Ambisonic audio, and I found out that to create a single "8D Music"  track for YouTube, it takes the creator about an hour of hard work with powerful analog instruments. I was like "Woah!" just to make a 4-minute audio pan from left to right and vice versa you waste 1 hour. (Yeah but they do get millions of views on a single song -_- ) So I decided to automate this task with python, which will do it f

Command Line To-Do List.

//Hello World How many times have you forgotten to do some important tasks such as editing some code before submitting it, changing the number of kernels in your CNN model or even downloading a song which was in your head all this time? Well, to be honest, I forget these things easily(I mean what can you expect from a master procrastinator, I hope I spelled it correctly :P). Well, we all pretty much forget some small stuff, I guess it's the only property which makes humans HUMANS, I mean you can't expect the Supreme AI from Captain Marvel to forget something. So here a ToDo list comes in handy, Now the ToDo List that I'm gonna provide you is not an ordinary shiny-glittery ToDo List, but a purely Command Line based ToDo List(Devs say Ho!). Here's the link to the GitHub Repo  https://github.com/AyushSingh1315/CommandLineBased-ToDo  , currently it is available for Windows only, but to be honest you can change just one line in the code to make it work on Mac and L