All Projects → csteinmetz1 → AutomaticMixingPapers

csteinmetz1 / AutomaticMixingPapers

Licence: MIT license
Important papers and associated code on automatic mixing research

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to AutomaticMixingPapers

NDecrypt
Cartridge encrypt/decrypt
Stars: ✭ 22 (-70.67%)
Mutual labels:  research
assembly improvement
Improve the quality of a denovo assembly by scaffolding and gap filling
Stars: ✭ 46 (-38.67%)
Mutual labels:  research
gamma
An Eclipse-based modeling framework for the component-based design and analysis of reactive systems
Stars: ✭ 21 (-72%)
Mutual labels:  research
Manifest
Manifest is an investigative toolkit intended for researchers, journalists, students, and scholars interested in visualizing, analyzing, and documenting supply chains, production lines, and trade networks.
Stars: ✭ 12 (-84%)
Mutual labels:  research
starter-hugo-research-group
👥 轻松创建研究组或组织网站 Easily create a stunning Research Group, Team, or Business Website with no-code
Stars: ✭ 148 (+97.33%)
Mutual labels:  research
manifold mixup
Tensorflow implementation of the Manifold Mixup machine learning research paper
Stars: ✭ 24 (-68%)
Mutual labels:  research
omegalib
A hybrid visualization framework for desktops, large immersive displays and the web
Stars: ✭ 74 (-1.33%)
Mutual labels:  research
exploits
Some personal exploits/pocs
Stars: ✭ 52 (-30.67%)
Mutual labels:  research
showstopper
ShowStopper is a tool for helping malware researchers explore and test anti-debug techniques or verify debugger plugins or other solutions that clash with standard anti-debug methods.
Stars: ✭ 132 (+76%)
Mutual labels:  research
dm2gym
Convert DeepMind Control Suite to OpenAI gym environments.
Stars: ✭ 76 (+1.33%)
Mutual labels:  research
portfoliolab
PortfolioLab is a python library that enables traders to take advantage of the latest portfolio optimisation algorithms used by professionals in the industry.
Stars: ✭ 104 (+38.67%)
Mutual labels:  research
lightning-hydra-template
PyTorch Lightning + Hydra. A very user-friendly template for rapid and reproducible ML experimentation with best practices. ⚡🔥⚡
Stars: ✭ 1,905 (+2440%)
Mutual labels:  research
nllgrid
Python class for reading and writing NLLoc grid files.
Stars: ✭ 23 (-69.33%)
Mutual labels:  research
covid19 scenarios data
Data preprocessing scripts and preprocessed data storage for COVID-19 Scenarios project
Stars: ✭ 43 (-42.67%)
Mutual labels:  research
datascience
Keeping track of activities around research data
Stars: ✭ 29 (-61.33%)
Mutual labels:  research
SOMns
SOMns: A Newspeak for Concurrency Research
Stars: ✭ 62 (-17.33%)
Mutual labels:  research
day2night
Image2Image Translation Research
Stars: ✭ 46 (-38.67%)
Mutual labels:  research
minionn
Privacy -preserving Neural Networks
Stars: ✭ 58 (-22.67%)
Mutual labels:  research
snowballing
Provides tools for literature snowballing
Stars: ✭ 42 (-44%)
Mutual labels:  research
hh research
Автоматизация поиска и исследования вакансий с сайта hh.ru (Headhunter) с помощью методов Python. Классификация данных, поиск статистических параметров.
Stars: ✭ 36 (-52%)
Mutual labels:  research

Automatic mixing research

Tracking academic work in the field of automatic multitrack audio mixing.

View the live site csteinmetz1.github.io/AutomaticMixingPapers.

Contributing

To add new publications follow the instructions below:

  1. Fork the repo.

  2. Clone your fork to a local directory.

git clone https://github.com/YOUR-USERNAME/AutomaticMixingPapers.git
  1. Edit the data/research.json file and add a new entry, for example:
{
    "title" : "A real-time semiautonomous audio panning system for music mixing",
    "author" : "E. Perez Gonzalez and J. D. Reiss",
    "year" : 2010,
    "category" : "Panning",
    "approach" : "KBS",
    "pdf" : "https://asp-eurasipjournals.springeropen.com/articles/10.1155/2010/436895",
    "code" : "",
    "demo" : ""
}
  1. Stage and commit your changes, then push them to your fork.
git add data/datasets.json
git commit -m "adding panning paper from E. Perez Gonzalez and J. D. Reiss"
git push
  1. Make a pull request with your changes after successfully pushing the changes.

Acknowledgments

Special thanks to Brecht De Man, Joshua D. Reiss, and Ryan Stables as their publication Ten Years of Automatic Mixing served as the foundation for this repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].