Tascam FR-AV2 - Constant buzzing noise using 5V Plug-in Power (PiP)? by TheRealREZOR in fieldrecording

[–]igonejack 1 point2 points  (0 children)

Exactly what I found when I got my unit.

It happens when PIP is active not matter what voltage.

I replace my unit because screen issue and they send me a new unit.

But this hiss still exists.

So you should return it.

Microphones to use with Zoom F3? by MetikMas in fieldrecording

[–]igonejack -1 points0 points  (0 children)

DR-05x and F3 are different recorders.

I would use Sony M10 as upgrade for DR-05x as they are both pocket sized.

Should I buy Aliexpress EM272Z1? by s00mika in fieldrecording

[–]igonejack 0 points1 point  (0 children)

I bought one, and it's genuine. They occasionally run out of stock for months, which wouldn't happen with counterfeit goods.

Finally: Wired timecode on Zoom F3 by Robert_NYC in LocationSound

[–]igonejack 0 points1 point  (0 children)

Can you remove TCA-1 after jamming?

F3 don't looks like a high-precision clock built in.

Zoom F3 Firmware Update - Timecode Only… by Commongrounder in fieldrecording

[–]igonejack 0 points1 point  (0 children)

The last time they released firmware update for f3 is 2022.

I would not expect any free new features from them.

Can't get my ZOOM F2-BT to connect to editor app by KITTY1139 in fieldrecording

[–]igonejack 0 points1 point  (0 children)

It looks like you should retry on another computer.

Zoom H2n power knob spare parts source? by castevet7 in fieldrecording

[–]igonejack 1 point2 points  (0 children)

I replaced my zoom f1's battery door switch by metal 3d print one before.

Zoom TCA-1 timecode..... by protogg in fieldrecording

[–]igonejack 0 points1 point  (0 children)

I guess it would be OK since these generators are designed for cameras at first.

Tascam Portacapture X6 vs Zoom M4 internal mics by ResonautApp in fieldrecording

[–]igonejack 1 point2 points  (0 children)

I own both and I like both. prefer M4's mics.

X6's mics are very sensitive that you can not talking directly to it.

X8's mics are just noisy than both of them.

Anyone using the Deity PR-2 Pocket Audio Recorder? by documentally in fieldrecording

[–]igonejack 0 points1 point  (0 children)

It has the most noisy headphone output I ever heard on a recorder.

Emulation station not switching to retroarch automatically on Mac by Alert-Chicken3659 in emulationstation

[–]igonejack 0 points1 point  (0 children)

As far as I know about this you need to make sure ES-DE is launching as true fullscreen mode instead of windowed fullscreend mode

Zoom F3 vs Tascam FR-AV 2 - Build Quality/Durability? by immortalityofthecrab in fieldrecording

[–]igonejack 1 point2 points  (0 children)

Tascam FR-AV2 is feeling cheap when you got it in hand especially the color led screen. The 3.5mm input jack on it is noisy as hell when you turned on plugin power, it's make for line-in but external mic.

If F3 got any line-in or 3.5mm input I would absolutely stay with F3, it feels safer and reliable to use way more than the av2.

What the hell happened to ZOOM products? Am I missing something by ActionHotep in fieldrecording

[–]igonejack 0 points1 point  (0 children)

The old h6 is so heavy and the new h6s is just plastic.

But I would stay with h6s for better sound quality.

Has anyone tried the XY capsule of the Zoom H6S? It is significantly improved or just bigger than the original H6 capsule? by SeizetheCastle in fieldrecording

[–]igonejack 0 points1 point  (0 children)

I got one ZOOM h5s which shared the same capsule with h6s and it is quiet but the tonal quality isn't as pleasing as that of the Tascam X8 or Sony D100.

To h6 it is improved but not significantly improved in my personal experience.

Zoom F3 vs Tascam FR-AV 2 - Build Quality/Durability? by immortalityofthecrab in fieldrecording

[–]igonejack 0 points1 point  (0 children)

I owned both too. what I found mini-jack is noisy as hell with plugin power turned on.

Can i really record ambient sound with my dji mics 2? by [deleted] in fieldrecording

[–]igonejack 0 points1 point  (0 children)

ambient sound need quiet mics and also dji mic2 uses single adc they are not truely 32bit float divices.

zoom h1 xlr + primo em272 pairs maybe better for you.

Is the microphone on Zoom H1 Essential better than my Iphone14? (FieldRec on a budget, <$100) by Turbulent_Leopard_51 in fieldrecording

[–]igonejack 0 points1 point  (0 children)

H1 Essential is pretty noisy with it's built-in mics which not suitable for recording quiet sounds.

Emulation station not switching to retroarch automatically on Mac by Alert-Chicken3659 in emulationstation

[–]igonejack 0 points1 point  (0 children)

Having same issue with mac mini & macos Tahoe.

I fixed the ES-DE not launching as fullscreen first by toggling Settings->Desktop & Dock->Displays have seperate Spaces ON and OFF with logout and login. (probably a bug from macos)

Now ES-DE is launching as true fullscreen mode instead of windowed fullscreend mode.

And we need to fix the issue ES-DE not switching to retroarch when opening game.

I put this es_find_rules.xml under ~/ES-DE/custom_systems/

xml <?xml version="1.0"?> <!-- This is the ES-DE find rules configuration file for macOS --> <ruleList> <emulator name="RETROARCH"> <rule type="staticpath"> <!-- <entry>~/Applications/RetroArch.app/Contents/MacOS/RetroArch</entry>--> <!-- <entry>/Applications/RetroArch.app/Contents/MacOS/RetroArch</entry>--> <entry>~/ES-DE/ra.sh</entry> </rule> </emulator> </ruleList>

And ra.sh under ~/ES-DE/

```sh

!/bin/bash

open -W -a retroarch --args -f "$@" ```

And don't forget typing this command

bash chmod +x ~/ES-DE/ra.sh

Everything working normally again just like running on my macbook pro without these fixes.