During last 3 months I am using VDO ninja for all my remote interwiev and podcast recordings. here is my article about it from the blind perspective, focused on accessibility and audio.

Have You Ever Wanted to Record an Interview or Podcast Online? You’ve probably faced a few challenges:
How to transmit audio in the highest possible quality?
How to connect in a way that doesn’t burden your guest with installing software?
And how to record everything, ideally into separate tracks?

The solution to these problems is offered by the open-source tool VDO Ninja.

What Is VDO Ninja


It’s an open-source web application that uses WebRTC technology. It allows you to create a P2P connection between participants in an audio or video call and gives you control over various transmission parameters.
You can decide whether the room will include video, what and when will be recorded, and much more.

In terms of accessibility, the interface is fairly easy to get used to — and all parameters can be adjusted directly in the URL address when joining.
All you need is a web browser, either on a computer or smartphone.

Getting Started


The basic principle is similar to using MS Teams, Google Meet, and similar services.
All participants join the same room via a link.
However, VDO Ninja distinguishes between two main types of participants: Guests and the Director.
While the guest has limited control, the director can, for example, change the guest’s input audio device (the change still must be confirmed by the guest).

A Few Words About Browsers


VDO Ninja works in most browsers, but I’ve found Google Chrome to be the most reliable.
Firefox, for some reason, doesn’t display all available audio devices, and when recording multiple tracks, it refuses to download several files simultaneously.

Let’s Record a Podcast


Let’s imagine we’re going to record our podcast, for example, Blindrevue.
We can connect using a link like this:

https://vdo.ninja/?director=Blindrevue&novideo=1&proaudio=1&label=Ondro&autostart=1&videomute=1&showdirector=1&autorecord&sm=0&beep

Looking at the URL more closely, we can see that it contains some useful instructions:
  • director – Defines that we are the director of the room, giving us more control. The value after the equals sign is the room name.
  • novideo – Prevents video from being transmitted from participants. This parameter is optional but useful when recording podcasts to save bandwidth.
  • proaudio – Disables effects like noise reduction, echo cancellation, automatic gain control, compression, etc., and enables stereo transmission.
    Be aware that with this setting, you should use headphones, as echo cancellation is disabled, and otherwise, participants will hear themselves.
  • label=Ondro – Automatically assigns me the nickname “Ondro.”
  • autostart – Starts streaming immediately after joining, skipping the initial setup dialog.
  • videomute – Automatically disables the webcam.
  • showdirector – Displays our own input control panel (useful if we want to record ourselves).
  • autorecord – Automatically starts recording for each participant as they join.
  • sm=0 – Ensures that we automatically hear every new participant without manually unmuting them.
  • beep – Plays a sound and sends system notification when new participants join (requires notification permissions).

For guests, we can send a link like this:

https://vdo.ninja/?room=Blindrevue&novideo=1&proaudio=1&label&autostart=1&videomute=1&webcam

Notice the differences:
  • We replaced director with room. The value must remain the same, otherwise the guest will end up in a different room.
  • We left label empty — this makes VDO Ninja ask the guest for a nickname upon joining.
    Alternatively, you can send personalized links, e.g., label=Peter or label=Marek.
  • The webcam parameter tells VDO Ninja to immediately stream audio from the guest’s microphone; otherwise, they’d need to click “Start streaming” or “Share screen.”


How to Join


Simply open the link in a browser.
In our case, the director automatically streams audio to everyone else.
Participants also join by opening their link in a browser.
If a nickname was predefined, they’ll only be asked for permission to access their microphone and camera.
Otherwise, they’ll also be prompted to enter their name.

Usually, the browser will display a permission warning.
Press F6 to focus on it, then Tab through available options and allow access.

Controls


The page contains several useful buttons:

  • Text chat – Toggles the text chat panel, also allows sending files.
  • Mute speaker output – Mutes local playback (others can still hear you).
  • Mute microphone – Mutes your mic.
  • Mute camera – Turns off your camera (enabled by default in our example).
  • Share screen / Share website – Allows screen or site sharing.
  • Room settings menu (director only) – Shows room configuration options.
  • Settings menu – Lets you configure input/output devices.
  • Stop publishing audio and video (director only) – Stops sending audio/video but still receives others.


Adjusting Input and Output Devices


To change your audio devices:

  1. Activate Settings menu.
  2. Press C to jump to the camera list — skip this for audio-only.
  3. Open Audio sources to pick a microphone.
  4. In Audio output destination, select your playback device. Press test button to test it.
  5. Close settings when done.


Director Options


Each guest appears as a separate landmark on the page.
You can navigate between them quickly (e.g., using D with NVDA).

Useful controls include:

  • Volume slider – Adjusts how loud each participant sounds (locally only).
  • Mute – Silences a guest for everyone.
  • Hangup – Disconnects a participant.
  • Audio settings – Adjusts their audio input/output remotely.


Adjusting Guest Audio


Under Audio settings, you can:

  • Enable/disable filters (noise gate, compressor, auto-gain, etc.).
  • View and change the guest’s input device — if you change it, a Request button appears, prompting the guest to confirm the change.
  • Change the output device, useful for switching between speaker and earpiece on mobile devices.


Recording


Our URL parameters define automatic recording for all participants.
Recordings are saved in your Downloads folder, and progress can be checked with Ctrl+J.

Each participant’s recording is a separate file.
For editing, import them into separate tracks in your DAW and synchronize them manually.
VDO Ninja doesn’t support single-track recording, but you can use Reaper or APP2Clap with a virtual audio device.

To simplify synchronization:

  1. Join as director, but remove autorecord.
  2. Wait for everyone to join and check audio.
  3. When ready, press Alt+D to edit the address bar.
  4. Add &autorecord, reload the page, and confirm rejoining.
  5. Recording now starts simultaneously for everyone.
  6. Verify this in your downloads.


Manual Recording


To start recording manually:

  1. Open Room settings menu.
  2. Go to the Room settings heading.
  3. Click Local record – start all.
  4. Check PCM recording (saves WAV uncompressed).
  5. Check Audio only (records sound without video).
  6. Click Start recording.


Important Recording Notes


  • Always verify that all guest streams are recording.
  • To end recordings safely, click Hangup for each guest or let them leave.
  • You can also toggle recording for each guest under More options → Record.
  • Files are saved as WEBM containers. If your editor doesn’t support it, you can convert them using the official converter.
  • Reaper can open WEBM files but may have editing issues — I prefer importing the OPUS audio file instead.


Recommended Reading


In this article, I’ve covered only a few features and URL parameters.
For more details, check the VDO Ninja Documentation.

reshared this

Announcing AudioCapture. A win32 application to capture audio from a process and save it to an audio file. Full disclosure: This was written with Claude Code. Why? Because I'm not an experienced c++ programmer, however I saw an idea for an app and no one else was going to write it, so I did it myself this way. The full code is available, so if you wish to contribute, feel free. Download: github.com/masonasons/AudioCap… Code: github.com/masonasons/AudioCap…

reshared this

LB: SaaS is real! it means it's run at a large enough scale that someone who gives remotely a shit carries a pager and fixes it and remotely maintains it

we live in a society, the problem is abusive tech companies running non commodity services with no data portability or real regulations in general. the solution is not computer prepperism (self hosting)! we live in a society.

hyperindividualism temptations come from society not working properly

This entry was edited (12 hours ago)

For those new Fedizens arriving from #Bluesky, here’s a little introduction to our lord and saviour, John Mastodon.

And remember to always, and I mean always, add #AltText to your images!

John Mastodon (ft. Andre Louis[@Onj])
~ Dgar

“When the darkness fell on blue
In the year of twenty-two
The chanting started to ring true
The call went out to me and you
Join Mastodon
Join Mastodon

How could they have ever known
Their words were forming sacred tones
The ancient forces in the stone
The summoning of flesh and bone
John Mastodon
John Mastodon

John Mastodon, they love their mum
They have alt-text written on
The tattoo on their arm
Of a hairy pachyderm
John Mastodon
John Mastodon

Join Mastodon x8

The chants grew loud as we watched on
The coming of the chosen one
They emerged triumphant from
The ancient portal of Gargron
John Mastodon
John Mastodon

Linking people across the earth
They lead them to the Fediverse
Their admin army show their worth
Shouting loudly in their mirth
Join Mastodon
Join Mastodon

John Mastodon, they’re the one
Who takes the corporate socials on
They give their code to everyone
For every platform you might run
John Mastodon
Join Mastodon

Join Mastodon x8

Sweating blood and guts and tears
And fighting bots and billionaires
An artist and engineer
With indie songs in his ears
John Mastodon
John Mastodon

Ditch the birds and book of faces
Leave behind the corporations.
Tooting old computer cases
Open source on all our bases
Join Mastodon
Join Mastodon

John Mastodon knows all the tricks
Of every distro of Linux
They stay engaged in politics
They fought an army of Fediverse chicks
John Mastodon
John Mastodon”

dgar.bandcamp.com/track/john-m…

#DgarMusic #DgarRadio #Indie #Music #Bandcamp #JohnMastodon

reshared this

in reply to Andre Louis

@FreakyFwoof @jcsteh @KaraLG84 It's one of those weird ones where I know most people will like/subscribe if I don't say it, but then, it's become such a staple that I do wonder how much it's hurting creators that don't give out the reminder. To what degree you want people who need to be told to subscribe to you in order for them to actually do it is another matter but particularly for small creators I don't think beggers get to be choosers that much :)
See also, why are subscribing and pressing the notification bell two different actions anyway :P
in reply to Florian

@jcsteh @KaraLG84 The other thing pressing 'Like' does is fine-tune your video choices youtube will feed you so you hurt both yourself and creator by not using it, unless you're happy with AI slop and not much else, as your next recommendation.
I said weeks ago on here that my algorithm on youtube is so extremely finely dialed in, that 95% of the next videos that come up are things I would choose to watch. That is because I press Like on so, so many videos. It genuinely does matter.
in reply to Andre Louis

@FreakyFwoof @jcsteh @KaraLG84 I think that is the insidious thing though ... it kinda does for some people. Like, sure, my feed has a bunch of garbage in it, but it also generally has things I like without me needing to scroll too much and I think a lot of people just consider that the standard way of things. Basically, it's not as good as it could be, but it's good enough. And if it's good enough, no need to change anything is there?
I forget, is there a hotkey to like videos? On SPotify I've grown fast friend with shift+alt+b :)
in reply to Andre Louis

@FreakyFwoof @jcsteh @KaraLG84 Meanwhile I just use foo_youtube over here, which can't even like and most of the time isn't signed in unless age restricted, and don't even touch the recommendations feed. But I'm the odd one out. I subscribe to a few channels but primarily just have some playlists I periodically look at with channels in them to view.
in reply to Florian

@jcsteh @KaraLG84 Good ratio here for example.
My NI video which is now out of date called 'What to install first' has 58K views, 607 likes.
My 'how to format your drive as APFS' has 44K views but 638 likes.
A slightly higher like-to-watch ratio, so that tells me that I must have gotten something correct with that.
It isn't just inane bullshit, you see?
Knowing that, it can help me to decide that hey, this kind of tutorial thing was worth it, should do more.
If it had that many views and only say 15 likes, I'd be more concerned.
in reply to Andre Louis

@FreakyFwoof @jcsteh @KaraLG84 Those tutorials, that are actually well recorded and produced definitely do fill a niche I think, I far prefer a youtube video over a random MP3 in someone's dropbox where the speaker is only in the left track for the entire time, the filename is clearly the Audio Hijack Pro default filename for a source and the music is 5 times louder than the speaker :)

I was recently looking at Framework for a new x86 laptop, as I believed the company to be reasonably aligned with my values (e.g. pro-repair, pro-FOSS, pro-humanity). But others have warned me that they are now supporting Hyprland, Omarchy, etc. They support these projects led by people who hold alt-right views, in the name of building a “big tent” coalition.

The problem, however, is that building a “big tent” coalition, by design, requires some form of value alignment.

community.frame.work/t/framewo…

Alpine is a “big tent”, for example, but people who want to harm members of our community aren’t welcome.

This isn’t hard.

Needless to say, I won’t be buying a Framework laptop anytime soon, which makes me sad.

A poll, about microwaves!

Assuming you have a microwave oven, does it have a digital display and buttons, or a number of dials only? Just got a new microwave, with dials as I hate the digital beeps, and a friend was surprised that it had dials and not a screen. Over here I think mine is quite normal and common and it's the type I always get! The "microwave is done" sound also comes from a physical bell, which is nice.

Share for science, should you care to.

  • Buttons plus display (14%, 1 vote)
  • Buttons, no display (14%, 1 vote)
  • Dials plus display (28%, 2 votes)
  • Dials, no display (42%, 3 votes)
  • ✨ No microwave participation club ✨ (0%, 0 votes)
7 voters. Poll end: in 15 hours

in reply to Sini Tuulia

As a blind person, I find that most household appliances fall on a bimodal distribution when it comes to accessibility. You have the cheap stuff with dials and buttons which is perfectly accessible, you have the super expensive stuff with apps and smart speaker integrations (though EU law certainly doesn't do us any good here). THe middle, with touch screens and no internet connectivity, is the most challenging of them all.
in reply to Mikołaj Hołysz

@miki Oh yeah, that makes sense. I prefer the tactile and simple mechanical things in everything but my phone and computer, and even then I prefer a clacky mechanical keyboard and physical mouse versus touch screen. Even my sewing machine is as old as I am, with nothing but dials!

I figure the speech controlled ones are super nice when they work flawlessly, and exceptionally a hassle to troubleshoot when they don't.

in reply to Sini Tuulia

There are some weird restrictions about that in EU law. I don't understand which devices this applies to specifically, but there's some restrictions on being able to remotely start devices which contain a heating element. Many devices that have an app only let you use it to adjust settings, but the start button has to be pushed on the (inaccessible) screen. Some gadgets don't have this restrictions, so I don't really know when it applies and when it doesn't.

Time for serious questions on #Reform and #Russia

(In March, the New York Times reported that “one of the biggest corporate donors to the #populist #ReformUK party has sold almost $2million worth of transmitters, cockpit equipment, antennas and other sensitive technology to a major supplier of #Moscow’s #blacklisted state weapons agency”.)

heraldscotland.com/politics/vi…

I am collecting texts and resources on the "Haitian Revolution" for my Human Rights class and I thought I'd share a few things with you.
First of all, this Graphic Novel (online), which helps you understand what happened: "The Slave Revolution That Gave Birth to Haiti" thenib.com/haitian-revolution/

And this short article which also gives an overview - both written by historian Laurent Dubois, who is an expert on the field: aeon.co/essays/why-haiti-shoul…

#HumanRights #Haiti #HaitianRevolution #Slavery

in reply to daniel:// stenberg://

I've been thinking about your post a lot, especially after seeing such tools at my $dayjob. I'm biased due to their ethical impact, but even without it I consider them, on average, harmful. I write code, I make sure it works for my usage, I write tests, I do linters and static analysis, I do a peer review to share the knowledge and get external inputs. And then this thing, supposedly state of the art, goes over my code, mansplains it to me and finds either a false-positive (I wonder who removed false-positives from the lists you've got?), or a nit ("don't forget to add an extra check here!", "The comment is stale!"), or a misguided optimisation possibly introducing new bugs. I spend lots of time thinking over those useless blanket reports that ultimately don't matter because I have empirical evidence that my code works for my use case.

I have seen so called AI tooling generating "helpful reports", but they cannot replace decent tooling and tests. And yet some people replace their LSPs with LLMs :/

in reply to Nina Kalinina

@nina_kali_nina all analyzer tools, including compilers, give a certain amount of false positives. I don't think we should expect AI tools to be any different. As long as frequency is manageable and there are decent ways to inhibit them.

The AI tools I've mentioned recently don't seem to have much more false positives than the state of the art static code analyzers we use also do.

Asking in English in hope that it'll reach more people! I'm french, windows user and unfortunately not playing locally. Do you know of some software a deafie could use to game with her pals? One that could transcript what people say in their mics? Not necessarily free, I'm willing to pay for something that works well.

Asking for a me.

Please, boost so a girl can play with her friends 🥰

#accessibility #Steam #gaming #discord #disability

This entry was edited (6 hours ago)

reshared this

The word 'Vrede' jumped out at me from this 'Peace' installation. 'Vrede' is Danish for anger, fury, wrath. I wondered if it was an artistic provocation. But it seemed too confined to chance, that someone who happens to understand Danish happens to see this German artwork. So I looked it up and learned that 'vrede' is Dutch for 'peace'.

Vrede. Peace in Dutch. Wrath in Danish. I wonder if there's a word for words like these, that mean the opposite in different languages.

pixelfed.social/p/Rudini/88129…

Krásné dobré ráno mastodonní bando! 🙋‍♀️🐈🐶
Zítra to bude rok, co odešel taťka. Mamka na dnešek naplánovala výlet na Portáš v Javorníku. Každoročně tam spolu jezdívali na borůvkové knedlíky. Pojede nás hodně. Jedna ze sester bere i tchána s tchýní. Docela nevím, co mám čekat. Prochajdu s Baldínem musím odložit. Vyrážíme ráno, protože sraz je u mamky. No, myslete na mě.
Vy si užijte krásnou neděli plnou pohody, dobrot a nicnedělání! 😊
#dobre_rano
#dobréRáno

I remember coming home from school and telling my mom Columbus "discovered" America. She told me it was a load of crap, and set me straight. Mom was a hippie who challenged the status quo. At the time, it embarrassed me, I'd get frustrated and just wanted her to be like the other parents.
I realized later how lucky I was, and do the same with my daughter.
#indigenous #fuckcolumbus #indigenouspeoplesday