The Audio Programmer Virtual Meetup (Sep 12, 2023 at 1830 UK)

Поділитися
Вставка
  • Опубліковано 11 вер 2023
  • Join us for the Audio Programmer virtual meetup! Here we exchange knowledge, ask questions, and meet with other audio programmers throughout the world.
    We invite you to join us no matter where you may be in your audio programming journey - whether you're a software developer, student, artist, or just generally interested in finding out more about audio technology.
    You can submit a proposal for our future meetups here:
    www.theaudioprogrammer.com/me...
    --
    This month's guests are:
    Damien Ronnsin (Minimal Audio)
    "NeuralNote - An audio-to-MIDI plugin using Machine Learning"
    In this talk, we'll explore NeuralNote, an open-source audio-to-MIDI plugin built over Spotify’s BasicPitch model. We’ll dive into the technical aspects of the plugin and gain general insights into the use of machine learning in audio plugins.
    Slides: docs.google.com/presentation/...
    Jatin Chowdhury (Chowdhury DSP)
    "Audio Buffers, Buffer Views, and Buffer Iterators"
    Audio buffers are a fundamental container used in audio software development for storing and processing audio signals. This talk will give a brief overview of container design in C++, and will walk through an implementation of a new audio buffer class from scratch. Supplementary classes including a buffer "view" class will be presented as well as C++ "iterator" types to simply the process of iterating through an audio buffer.
    Slides: ccrma.stanford.edu/~jatin/sli...
    --
    Join the Audio Programmer community: theaudioprogrammer.com/community
    Contact us here for our services: theaudioprogrammer.com/develo...
    Support the channel: / theaudioprogrammer
    Website: www.theaudioprogrammer.com
    Instagram: / theaudioprogrammer
    Facebook: / theaudioprogrammer
    Twitter: / audioprogrammer
  • Наука та технологія

КОМЕНТАРІ • 3

  • @RikMaxSpeed
    @RikMaxSpeed 9 місяців тому

    Really interesting video, I had attempted do to this before using the Goertzel transform. I think the CNN must be doing a lot of heavy-lifting to remove ghost notes due to harmonics etc.

  • @yamadapc
    @yamadapc 9 місяців тому

    This is fantastic, thank you

  • @markocvejic6416
    @markocvejic6416 5 місяців тому

    Late to the party, Im interested Jatins view on plugins done in Rust. Are there something similair to juce framework in rust?