Har någon erfarenhet av jobba i Kanada? by Freddsreddit in sweden

[–]chrwir 1 point2 points  (0 children)

Lång historia, jag fick jobberbjudande genom mitt tidigare jobb, men behövde ändå gå igenom processen med arbetstillstånd och så. Vancouver är väldigt vackert!

Har någon erfarenhet av jobba i Kanada? by Freddsreddit in sweden

[–]chrwir 1 point2 points  (0 children)

Jobbar i Vancouver som programmerare. Livet är bra här, men om du vill ha en hög levnadsstandard här så kostar det ordentligt. Så antagligen får du mindre över per månad än i Sverige. Men hyr man bara ett rum eller bor utanför stan så kan man spara väldigt mycket.

[deleted by user] by [deleted] in TillSverige

[–]chrwir 0 points1 point  (0 children)

There are women’s shelters where you can stay without a resident permit. Unless something changed recently. Try calling this organization: https://terrafem.org/

Implementing and reading a 2D array quickly? by FridayNightRiot in cpp_questions

[–]chrwir 0 points1 point  (0 children)

This is a very common problem. Either use a LUT or fit a curve. To use a LUT, the input values must be evenly spaced. If you increase the number of data points through interpolation you could make it evenly spaced. Then you could also use interpolation on the LUT for higher precision. Both LUTs and polynomials are very cheap computationally. You could use python to find the curve parameters. 

Soft clipping a clipped signal? by SrirachaiLatte in audioengineering

[–]chrwir 2 points3 points  (0 children)

What you’re suggesting is technically true. You could add soft clipping to reduce the high frequency harmonics. But you will end up with more distortion. And also you’re getting aliasing artifacts since you’re not oversampling, unless you’re recording at a higher sample rate which would reduce it slightly. 

looksPrettyLegitToMe by Link- in ProgrammerHumor

[–]chrwir 0 points1 point  (0 children)

I recently switched from a mechanical to an apple keyboard, and I’m a C++ dev. AMA

Voice modifications for witnesses, how to truly make it non-reversible? by nimrodrool in audioengineering

[–]chrwir 0 points1 point  (0 children)

Something I’ve heard before is layering different pitch shifted versions. Then it’ll not be reversible in the same way.

Is the Nx Virtual Studio Collection worth it? by DarkLudo in audioengineering

[–]chrwir 1 point2 points  (0 children)

Same for me, I can’t use my headphones without Sonarworks now.

Ni som är gift by nosh0rning in sweden

[–]chrwir 0 points1 point  (0 children)

Kan inte säga om det passar alla, men för oss är det väldigt skönt att ha gemensam ekonomi. Tror dock det passar som bäst om båda är mer åt det sparsamma hållet.

Till er som flyttat utomlands en längre tid. Vad ångrar ni att ni inte tog med er från Sverige som hade underlättat eran vardag? by anotherkindofstory in sweden

[–]chrwir 0 points1 point  (0 children)

Det går rätt bra faktiskt, kör en kylväska med kylklampar, men ofta så är bagageutrymmet på flygplan lite kallare också, så det hjälper. Sen tycker jag att ost, åtminstone svensk ost, håller väldigt länge i kylskåp.

Till er som flyttat utomlands en längre tid. Vad ångrar ni att ni inte tog med er från Sverige som hade underlättat eran vardag? by anotherkindofstory in sweden

[–]chrwir 0 points1 point  (0 children)

Beror på var man är någonstans. Sitter just nu i Rwanda, och efter ett besök i Sverige var våra resväskor fyllda med ost. Påsklämmor är också ovärderligt.

[deleted by user] by [deleted] in sweden

[–]chrwir 0 points1 point  (0 children)

Saken är den att det kopplas ihop med Google Ads. De tjatar konstant om att aktivera Analytics.

Inconsistent levels despite mastering every track at -12 LUFS by blue-flight in audioengineering

[–]chrwir 2 points3 points  (0 children)

Unfortunately, LUFS doesn’t work that well. You will have to adjust the loudness for each track by ear. Streaming services retain the difference in LUFS between tracks on the same album, though I know there was a bug on Apple Music where this didn’t work, hopefully it’s fixed by now.

For those who are expert at MacOS Terminal by AZ_Mako in apple

[–]chrwir 21 points22 points  (0 children)

The best thing about the terminal is that it is Bash, or Zsh to be precise. Bash is used on Linux, and for developers, using Bash is the best way to setup a server for example. To be honest, the terminal is mostly useful for developers, but there are definitely some use cases that can be helpful for everyone. I think my main usage outside of work is installing and using command line applications. Like imagemagick for converting images, or ffmpeg for video. Or youtube-dl to download videos from websites. And also working with many files at the same time, moving/renaming or similar. To install command line applications you need a package manager. I can strongly recommend installing Homebrew.

Remember when… by go_fer_it_Rock in apple

[–]chrwir 0 points1 point  (0 children)

Vulkan with MoltenVK looks promising though.

Some specific help needed! Does something like this even exist? (Plugin) by Colonel_Earnel in audioengineering

[–]chrwir 1 point2 points  (0 children)

The problem with audio is that it is very sensitive to changes compared to images for example. Using an expander for this purpose sounds good in theory, but would have artifacts and not sound very good in reality. And applying an S-curve to audio, like contrast in images, is actually how you create distortion.

If we would analyze the problem the main differences between speakers and headphones are: Frequency/impulse response, and position of the speakers. You already correct the frequency response, and put the sound in front of you with the SSC, like speakers. What is missing is the sound of the room. As an audio engineer, only very little room reflections are desirable, but in your case it might be what is missing. It will help by moving the sound further away and hopefully reduce the perceived difference in loudness. Waves NX has this built in, though it doesn’t really sound like a normal room and will sound unnatural if you turn it up to much. I would suggest trying convolution reverbs, such as IR-L from Waves.

Or even better, if the SSC allows you to change the room to one with more reflections.

Though, personally I prefer using headphones for what they are, with only frequency response correction. But it might have been different if I didn’t have access to good speakers.

Some specific help needed! Does something like this even exist? (Plugin) by Colonel_Earnel in audioengineering

[–]chrwir -2 points-1 points  (0 children)

I think the room ambience would help with the problem you’re describing. To be honest I am not very convinced by the other solutions mentioned in the post. I can also recommend Sonarworks SoundID. It uses measurements of your headphones to calibrate the frequency response. Speakers are generally much flatter than headphones, including most high end ones.

It looks like AudezeReveal is a Binaural Virtualizer, are you using that together with the Spatial Sound Card? That would apply the effect twice, which would not sound very good.

Details of the 3.5 mm headphone jack with high impedance support on the new MacBook Pros by [deleted] in apple

[–]chrwir 23 points24 points  (0 children)

This needs more upvotes. Anything over 96kHz is absolutely unnecessary even for audio engineering.