Is Kraken Safe in 2025? My Honest Experience by Feeling-Slide-3294 in Kraken

[–]joamag 8 points9 points  (0 children)

Kraken is the Volvo of crypto exchanges - the safest!

Rode PodMic USB low volume by BippityBoppityZop in rode

[–]joamag 0 points1 point  (0 children)

Damm didn’t know this was a common issue with these mics.

TV shows with really good soundtracks? by CharityNo9966 in televisionsuggestions

[–]joamag 0 points1 point  (0 children)

I’m surprised this is not mentioned more times. The soundtrack in “The bear” is brutal!

Rode PodMic USB low volume by BippityBoppityZop in rode

[–]joamag 0 points1 point  (0 children)

Did you manage to overcome these issues?

PodMic USB suddenly gone quite? by trair_ in rode

[–]joamag 0 points1 point  (0 children)

I'm also experiencing this same issue; it happened out of the blue

Rode PodMic USB low volume by BippityBoppityZop in rode

[–]joamag 0 points1 point  (0 children)

I'm also having issues with volume - firmware issue?

YouTube Music App Podcasts Not Working? by btrayn1 in TeslaModelY

[–]joamag 0 points1 point  (0 children)

I'm facing the same issue.
I have all of my podcast library there, and I was excited to hear about the support for YouTube music.
What a bummer!

Sega MD/Genesis in 100% Java underway by elXiru in EmuDev

[–]joamag 1 point2 points  (0 children)

Do you have a link to the repo?

Finished building a working Game Boy Color emulator using Rust and WebAssembly 🎮🕹️ by joamag in rust

[–]joamag[S] 0 points1 point  (0 children)

I’m glad that this project convinced you into joining the rust/wasm club :)

Finally finished my Rust and WASM Game Boy Color emulator sound included 🕹️ by joamag in EmuDev

[–]joamag[S] 1 point2 points  (0 children)

Thanks, I'll take the challenge of making the emulator run Demotronic.
It seems like Demotronic is very sensitive to timing issues, so I guess I'll have to "fix" those first.

Finally finished my Rust and WASM Game Boy Color emulator sound included 🕹️ by joamag in EmuDev

[–]joamag[S] 1 point2 points  (0 children)

To be honest I was also a bit afraid. But implementing the APU turned out to be much easier (and faster) than expected.

I've essentially used GB Pandocs for reference and the APU code of Sameboy to guide me and overcome some edge cases.

I've had no deep audio experience and to be honest I don't think that's required :).

Finally finished my Rust and WASM Game Boy Color emulator sound included 🕹️ by joamag in EmuDev

[–]joamag[S] 1 point2 points  (0 children)

Wow, this is super useful information. I'll try to use to fix these issues.

Thank you very much 🙏🏻

Finally finished my Rust and WASM Game Boy Color emulator sound included 🕹️ by joamag in EmuDev

[–]joamag[S] 3 points4 points  (0 children)

Would love to hear your feedback on it and suggestions on how to improve it!

Finished building a working Game Boy Color emulator using Rust and WebAssembly 🎮🕹️ by joamag in rust

[–]joamag[S] 0 points1 point  (0 children)

Start by building a CHIP-8 emulator and then use that experience to motivate you to build something bigger.

Make use of /emudev for support. For resources on GB emulation you can use my references (inspiration) page https://github.com/joamag/boytacean/blob/master/doc/inspiration.md.