![]() |
|
#1
|
|||
|
|||
|
How do I get audio basic information like duration without having to load it (not using viz.addAudio); as loading takes quite some time that would be critical for my application
|
|
#2
|
|||
|
|||
|
Perhaps there is some 3rd party Python library that will allow you to access properties of the audio file. Can you save the information to a text file and read it from there?
|
|
#3
|
|||
|
|||
|
Mutagen is a good library for this and you won't have to save the information out; you can just extract the information from the file without loading it into memory.
https://code.google.com/p/mutagen/ Masaki |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Adding Audio to CAF Animation | WaterBottle | Vizard | 3 | 08-30-2011 07:54 PM |
| Audio does not play (even the one from the multimedia.py tutorial) | Josh | Vizard | 2 | 03-10-2010 12:04 PM |
| Add an audio source (a radio)? | Josh | Vizard | 4 | 03-05-2010 10:01 AM |
| Real Time Audio Data | lomendil | Vizard | 2 | 06-02-2008 09:18 PM |
| audio object string | Jerry | Vizard | 1 | 03-13-2008 12:06 PM |