Created
November 12, 2010 08:42
-
-
Save ChristopherMacGown/673875 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| chris@christopher-macgowns-macbook-pro:~ $ ls -alh ~/Music/iTunes/iTunes\ Music/Iio/Rapture/Rapture\ \(Armin\ van\ Buuren\ Remix\).mp3 | |
| -rw-r--r-- 1 chris staff 12M Feb 1 2010 /Users/chris/Music/iTunes/iTunes Music/Iio/Rapture/Rapture (Armin van Buuren Remix).mp3 | |
| >> audio_file = "/Users/chris/Music/iTunes/iTunes Music/Iio/Rapture/Rapture (Armin van Buuren Remix).mp3" | |
| >> (bytes = IO.read(audio_file).unpack("s*")) and nil | |
| >> puts bytes.length | |
| >> t = Time.now().utc | |
| >> puts bytes.each_slice(2).to_a.transpose.length | |
| >> puts Time.now().utc - t | |
| 4.148601 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment