Code Monkey home page Code Monkey logo

spectrumanalyser's Introduction

SpectrumAnalyser

Example of the short-time Fourier transform of audio signals. Program plots real-time oscillogram and spectrogram of audio signal capturing the signal from an audio input device.

Screen shot Screen shot Screen shot

This program designed by using the Qt software framework version 5.4.

Build for Windows.

  1. Download Qt Framework for Windows from http://www.qt.io/download/ (recommended the community version with major version 5)
  2. Install Qt Framework on your system.
  3. Open .pro file in Qt-Creator IDE and build the program.

Build for Linux.

  1. If Qt is not installed on your system, install Qt. See the documentation on http://www.qt.io/.
  2. Install Qt Creator (from software centre for Ubuntu)
  3. Build program using Qt Creator.

NOTE:

  • Install Qt Multimedia module in case of the error "Unknown module(s) in QT: multimedia"

    $ apt-get install libqt5multimedia5

  • If program can't detect any audio-devices try to install Qt5 multimedia plugins

    $ apt-get install libqt5multimedia5-plugins

Build for Android.

  1. Download and install Qt for Android from http://www.qt.io/download/
  2. Download and install JDK from http://www.oracle.com/technetwork/java/javase/downloads/index.html
  3. Download and install Android SDK form http://developer.android.com/sdk/index.html
  4. Install API version and USB driver for your Android device using android SDK manager
  5. Download and install NDK from http://developer.android.com/tools/sdk/ndk/index.html
  6. Download and install Apache ANT from http://ant.apache.org/bindownload.cgi
  7. Configure Qt Creator (Tools -> Options -> Android)
  8. Open project in Qt Creator and build a packet (apk) according to your version of ABI.

NOTE: you can download binary files of the program from distr directory.

spectrumanalyser's People

Contributors

basovmaxim avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.