question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Rewrite the input pipeline using a proper Python audio library

See original GitHub issue

Unfortunately, there’s currently no easy way to disable the verbose logging output from ffmpeg that results from loading the .wav files into TensorFlow. (I’ve recompiled TensorFlow to disable the output while developing the network).

I can use a different library to decode the .wav files, but that would add an extra dependency (and some extra code).

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:16 (13 by maintainers)

github_iconTop GitHub Comments

2reactions
genekogancommented, Sep 14, 2016

audiolab is i think probably the most minimal library, or you could consider librosa which is really nice but probably has more features than you need.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Top 8 Libraries For Audio Processing In Python - YouTube
In this Tutorial we show you the Top 8 Audio Processing libraries in Python.Get your Free Token for AssemblyAI Speech-To-Text API ...
Read more >
PythonInMusic - Python Wiki
LibROSA - A python module for audio and music analysis. It is easy to use, and implements many commonly used features for music...
Read more >
Audio Data Analysis Using Deep Learning with Python (Part 1)
A brief introduction to audio data processing and genre classification using Neural Networks and python.
Read more >
Audio Deep Learning Made Simple: Sound Classification ...
We will start with sound files, convert them into spectrograms, input them into a CNN plus Linear Classifier model, and produce predictions ...
Read more >
Playing and Recording Sound in Python
In this tutorial, you'll learn about libraries that can be used for playing and recording sound in Python, such as PyAudio and python-sounddevice....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found