ac36de4c1453f0b6508487c6b93c30d956a2d1ff,librosa/core/audio.py,,load,#,34

Before Change



    except RuntimeError as exc:
        // If soundfile failed, fall back to the audioread loader
        if hasattr(path, "name"):
            path = path.name
        y, sr_native = __audioread_load(path, offset, duration, dtype)

    // Final cleanup for dtype and contiguity
    if mono:

After Change



    except RuntimeError as exc:
        // If soundfile failed, fall back to the audioread loader
        logger.warning("PySoundFile failed. Trying audioread instead.",
                       exc_info=exc)
        y, sr_native = __audioread_load(path, offset, duration, dtype)

    // Final cleanup for dtype and contiguity
    if mono:
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: librosa/librosa
Commit Name: ac36de4c1453f0b6508487c6b93c30d956a2d1ff
Time: 2019-08-12
Author: carlthome@gmail.com
File Name: librosa/core/audio.py
Class Name:
Method Name: load


Project Name: pyinstaller/pyinstaller
Commit Name: a70abec35ce2d584f7ad251a7378ce9b69504251
Time: 2019-11-25
Author: dan@yeaw.me
File Name: PyInstaller/hooks/hook-gi.repository.GdkPixbuf.py
Class Name:
Method Name:


Project Name: ilastik/ilastik
Commit Name: 219459f15476426276e24329cdb6f091b5f7cf41
Time: 2019-06-26
Author: tomaz.vieira@embl.de
File Name: ilastik/applets/dataSelection/dataSelectionGui.py
Class Name: DataSelectionGui
Method Name: addFileNames