GithubHelp home page GithubHelp logo

maxgillham / 8d-audio Goto Github PK

View Code? Open in Web Editor NEW
76.0 12.0 30.0 525.19 MB

Some dsp to make songs "8D"

Home Page: http://www.8daudio.ca/

Python 50.31% HTML 11.04% CSS 27.73% JavaScript 10.91%
8d-audio flask songs effects-chain sox signal-processing wav reverb youtube series

8d-audio's People

Contributors

imfunniee avatar maxgillham avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

8d-audio's Issues

Fix tail end of output

The while loop goes to (length//(4*end_of_bar))*(4*end_of_bar) which is less than the actual length of the song. It needs to be like this for indexing issues but now the end of songs outputted switch back to original version.

AttributeError: module 'librosa' has no attribute 'output'

App generates below logs

`

  • Serving Flask app 'app' (lazy loading)
  • Environment: production
    WARNING: This is a development server. Do not use it in a production deployment.
    Use a production WSGI server instead.
  • Debug mode: on
  • Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
  • Restarting with stat
  • Debugger is active!
  • Debugger PIN: 666-792-098
    [youtube] a4NGZFMhEUY: Downloading webpage
    [download] Destination: out/test.wav
    [download] 100% of 3.63MiB in 00:00
    [ffmpeg] Post-process file out/test.wav exists, skipping
    127.0.0.1 - - [23/May/2021 12:22:59] "POST /convert HTTP/1.1" 200 -
    /home/vijay/Downloads/8D-Audio/librosa/librosa/core/audio.py:165: UserWarning: PySoundFile failed. Trying audioread instead.
    warnings.warn("PySoundFile failed. Trying audioread instead.")
    /home/vijay/Downloads/8D-Audio/librosa/librosa/core/audio.py:165: UserWarning: PySoundFile failed. Trying audioread instead.
    warnings.warn("PySoundFile failed. Trying audioread instead.")
    Debugging middleware caught exception in streamed response at a point where response headers were already sent.
    Traceback (most recent call last):
    File "/home/vijay/.local/lib/python3.8/site-packages/werkzeug/wsgi.py", line 462, in next
    return self._next()
    File "/home/vijay/.local/lib/python3.8/site-packages/werkzeug/wrappers/response.py", line 49, in _iter_encoded
    for item in iterable:
    File "/home/vijay/Downloads/8D-Audio/app.py", line 47, in long_time
    save_song('./out/in.wav', wav, sampling_rate)
    File "/home/vijay/Downloads/8D-Audio/audio_features.py", line 31, in save_song
    librosa.output.write_wav(name, wav, sampling_rate)
    AttributeError: module 'librosa' has no attribute 'output'`

Audio elevation

Figure out how to incorporate audio elevation and make the height alternate in rotate method

Could you share me about audio knowledge.

Could you help me to share the document to convert the audio music to 8D. I need to make it on mobile. Sharing for me something like algorithm, step as audio_features.py did that. Maybe I need to do it by java/kotlin/swift code to make it can run on Mobile.

Thank you so much!

Add reverb to songs

Add some dry reverb to tracks, the amount of reverb and style should be specific to the tempo of the song and number of beat frames. ie a song with a lot of sudden quiet areas must have very little reverb, and very dry reverb.

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.