home.social

#audiosynthesis — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #audiosynthesis, aggregated by home.social.

fetched live
  1. Quake Meets Oscilloscope: A Deep Dive into Rendering Classic Games on Vintage Tech

    What happens when a classic game like Quake is rendered on a Hitachi V-422 oscilloscope? A fascinating blend of retro gaming and cutting-edge programming emerges, showcasing the intricate challenges a...

    news.lavx.hu/article/quake-mee

    #news #tech #QuakeRendering #OscilloscopeArt #AudioSynthesis

  2. FBI busts musician’s elaborate AI-powered $10M streaming-royalty heist - Enlarge (credit: anilyanik via Getty Images)

    On Wednesday, fed... - arstechnica.com/?p=2047451 #aimusicgenerator #machinelearning #audiosynthesis #musicsynthesis #streamingmusic #frostedprick #royalties #biz#scheme #fraud #scam #ai

  3. ChatGPT Advanced Voice Mode impresses testers with sound effects, catching its breath - Enlarge / A stock photo of a robot whispering to a man. (credit: Andrey... - arstechnica.com/?p=2040213 #largelanguagemodels #advancedvoicemode #aivoicegenerators #machinelearning #audiosynthesis #voicesynthesis #textsynthesis #chatgpt #chatgtp #biz#openai #ai

  4. Today's audio experiment - asynchronous music

    Part 3/1000 of the journey to EDM :)

    * Using wavetable synthesis to generate "pure" notes of different frequencies from a sawtooth wave.
    * Generating random tracks (length = 4 * 16 beats) from a library of tracks
    * Choosing notes from C-major pentatonic scale
    * Notes played asynchronously so other r work can be done
    * {governor} package used to control playback rate.

  5. Happy to share the release of #Anklang 0.3.0! 🎶

    This update brings improved UI & #MIDI handling, bug fixes, and new features like the LiquidSFZ device for #SFZ and #Hydrogen drumkit support. Enjoy enhanced #Freeverb and Blepsynth devices, a new Saturation effect, and CLI improvements. Thanks to contributors @ritschwumm and @swesterfeld for their valuable work.

    github.com/tim-janik/anklang/r
    #AudioSynthesis #NewRelease

  6. School athletic director arrested for framing principal using AI voice synthesis - Enlarge (credit: Getty Images)

    On Thursday, Baltimore County P... - arstechnica.com/?p=2019931 #machinelearning #audiosynthesis #voicesynthesis #baltimore #deepfakes #aifakes #biz#policy #openai #police #ai

  7. New AI music generator Udio synthesizes realistic music on demand - Enlarge / A screenshot of AI-generated songs listed on Udio on April 10... - arstechnica.com/?p=2016112 #machinelearning #audiosynthesis #musicsynthesis #chatgpt #chatgtp #biz#openai #music #suno #udio #ai

  8. Spotify tests using AI to automatically clone and translate podcast voices - Enlarge (credit: Getty Images)

    On Monday, Spotify rolled out a... - arstechnica.com/?p=1970963 #machinelearning #speechsynthesis #audiosynthesis #aitranslation #voicesythesis #voicecloning #deepfakes #aiethics #podcasts #spotify #biz#tech #ai

  9. AI can now generate CD-quality music from text, and it’s only getting better - Enlarge (credit: Getty Images)

    Imagine typing "dramatic intro ... - arstechnica.com/?p=1968056 #machinelearning #stablediffusion #audiosynthesis #musicsynthesis #stabilityai #stableaudio #biz#tech #ai

  10. Thanks to AI, “Elvis” likes big butts and he cannot lie—here’s how it’s possible - Enlarge (credit: Getty Images / Benj Edwards)

    Recently, a numb... - arstechnica.com/?p=1950200 #machinelearning #audiosynthesis #musicsynthesis #thereiruinedit #voicesynthesis #dustinballard #sirmix-a-lot #babygotback #so-vits-svc #johnnycash #culture #biz#elvis #music #tech #ai

  11. #MusicProduction

    There are 20+ known
    #AudioSynthesis types. The most popular being:

    #Subtractive
    #FM
    #Wavetable

    Combined with #Sampling, #modulating, #Layering, & #FX, these audio engines cover the majority of sound generation from the majority of #Synthesizer #Plugins created.

    Unless a #synth provides a special character, there is no point in having more than a couple of synths.

    #OpenSource has most everything you need.

    Don’t collect synths for #patches, learn the tools you have.

  12. It seems Mastodon only displays a player for MP3 media on desktop, but not on mobile! So here's another variation of the same DSP workshop example, now bundled as MP4... 🔊

    #generative #AudioSynthesis #TypeScript

  13. #Abacusynth

    Abacuysnth is a #synthesizer inspired by an #abacus, the ancient counting tool used all around the world. Just like an abacus is used to learn the fundamentals of math, the Abacusynth can be used to explore the building blocks of #audiosynthesis

    youtube.com/watch?v=1lWUlo18B1

    #Synths #Synth #Synthesizers #Synthesizer #AnalogSynthesis #Music #ElectronicMusic

  14. Implemented a huge pile of simple audio filters for HexoSynth. Now there are implementations for one pole, Hal Chamberlin SVF, Simper SVF and Stilson/Moog filters ready. Next up on my list is a biquad EQ filter node and a comb filter node.

    #dsp #coding #sounddesign #foss #opensource #linuxaudio #audiosynthesis #vstplugin #audioprogramming #rustlang #rustprogramming #opensource #modularsynth

  15. With the Hal Chamberlin SVF filter implemented now, which has resonance, I felt inspired to try out playing a simple melody with the filter to check if it is in tune. I'm glad it works this well :-)

    #modular #synthesizer #dsp #coding #sounddesign #foss #opensource #linuxaudio #audiosynthesis #vstplugin #audioprogramming #rustlang #rustprogramming #opensource #modularsynth

  16. I sat down and more or less quickly implemented a few very simple filters (one pole low-pass and high-pass). They are not that fascinating yet for musical purposes, as there is no resonance for these kind of filters. But eventually there will be more kinds of more interesting filters.

    #dsp #coding #sounddesign #audiosynthesis #vstplugin #foss #opensource #linuxaudio #audioprogramming #programming #rustlang #rustprogramming #opensource #modularsynth #vstplugin

  17. After feeling how tedious simple modulation setup can be with explicit mapping nodes, I started working on directly specifying the modulation amount with the knobs. Here is an intermediate state of the work on the UI. You can specify positive and negative modulation with the right mouse button.

    #modularsynth #softwaresynthesizer #vstplugin #audiosynthesis #modular #synthesizer #opensource #foss #audioprogramming #programming #rustlang #rustprogramming #audioplugin #linuxaudio

  18. The Map node was a bit complicated, so I implemented a much simpler node: the SMap, which makes it much more straight forward and less confusing to set an output (control) signal range. But it still feels kinda convoluted to apply simple modulation this way, I've got to think of something easier to use...

    #sounddesign #audiosynthesis #modular #synthesizer #modularsynth #opensource #foss #linuxaudio #opensource #audioprogramming #programming #rustlang