Coder Social home page Coder Social logo

eden's Introduction

Eden

Music Visualization GUI

This project is undergoing heavy rework and hopefully will turn out to be better than it used to be.

Dependecies

libmpg123

  1. Download the tar.gz file from here
  2. Extract the zip file, and cd to the folder and run
./configure
make
sudo make install

OpenAL

sudo apt-get install libopenal1 libalut-dev

Building

Build tools are currently made for Linux based systems only. Multiplatform support coming soon. :)

Clone the repo with submodules using

git clone --recurse-submodules https://github.com/SpiritSeeker/Eden

From inside the root Eden directory, run

vendor/bin/premake/premake5 gmake
make
./bin/Debug-linux-x86_64/Sandbox/Sandbox

Main Goals:

  • The OpenAL Player: A lot of cool new features to be implemented, (think automatic 3D audio)
  • The GUI: Building a basic GUI which can then be upgraded using an in-house renderer (Coming soon) ;)
  • The Visualizer: Spectrum visualizer with FFT followed by some DSP for some FancyEffects™.

Other Potential Goals:

  • Integration with other Players: Integration with Players/ Streaming services such as Spotify, YTMusic.
  • Intelligent Playlists: AI based automation of playlists for a given mood.
  • Intelligent Visualization: Automation of above mentioned FancyEffects™ for every song.

eden's People

Contributors

saisakethaluru avatar spiritseeker avatar

Stargazers

 avatar

Watchers

 avatar

eden's Issues

Write a Readme

Update the readme to include instructions on requirements and steps for running the code

Facing issue when running the code

Traceback (most recent call last):
  File "/home/saketh/Eden/EdenPlayer/_EMusicPlayer.py", line 18, in swig_import_helper
    fp, pathname, description = imp.find_module('__EMusicPlayer', [dirname(__file__)])
  File "/home/saketh/anaconda3/lib/python3.7/imp.py", line 296, in find_module
    raise ImportError(_ERR_MSG.format(name), name=name)
ImportError: No module named '__EMusicPlayer'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "eden_main.py", line 5, in <module>
    from EdenPlayer.EMusicPlayer import EMusicPlayer
  File "/home/saketh/Eden/EdenPlayer/EMusicPlayer.py", line 28, in <module>
    _EMusicPlayer = swig_import_helper()
  File "/home/saketh/Eden/EdenPlayer/EMusicPlayer.py", line 24, in swig_import_helper
    _mod = imp.load_module('_EMusicPlayer', fp, pathname, description)
  File "/home/saketh/anaconda3/lib/python3.7/imp.py", line 234, in load_module
    return load_source(name, filename, file)
  File "/home/saketh/anaconda3/lib/python3.7/imp.py", line 171, in load_source
    module = _load(spec)
  File "/home/saketh/Eden/EdenPlayer/_EMusicPlayer.py", line 28, in <module>
    __EMusicPlayer = swig_import_helper()
  File "/home/saketh/Eden/EdenPlayer/_EMusicPlayer.py", line 20, in swig_import_helper
    import __EMusicPlayer
ModuleNotFoundError: No module named '__EMusicPlayer

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.