Become a Site Supporter and Never see Ads again!

Author Topic: Tascam FR-AV2 new compact 32bit float recorder.  (Read 194402 times)

0 Members and 7 Guests are viewing this topic.

Offline TheJez

  • Trade Count: (0)
  • Taperssection Regular
  • **
  • Posts: 230
Re: Tascam FR-AV2 new compact 32bit float recorder.
« Reply #330 on: December 17, 2024, 02:31:11 AM »
I did get another instance of the unclean file splits issue. So it's sporadic.
(issue being occasionally getting the the tiniest smidgeon of ultra-high-DB-distortion, <.001s)

I'm really sorry to hear about your issues. I haven't used my FR-AV2 that much and never experienced the same issues as you. This really sounds like a couple of bytes of non-audio data being interpreted as floating point audio data, resulting in 'random sample values'.
I think I asked before, but I'm not sure about the answer, so I just ask again: What editor (and what version) are you using, and did you already try to open the same original (as in unmodified) file with another editor? Would you be willing and able to share such a faulty file so others can have a look at it? (I'd be happy to give it a try)
It seems that FR-AV2 creates a load of markers at 00:00:00.000 in each file, and maybe some editors won't deal with that properly under certain conditions. (Just speculating... I've seen audio processing software specifically stating they can't handle wav files with more than 'x' markers in it...)

It's definitely an issue with the AV2 and I'm pretty (but not 100%) sure there is a tiny bit of actual audio loss along with it. The issue is visible in both Reaper and Audacity, and if it had anything to do with the DAW I'd almost certainly see it across all my split files, not just some of them, as with this run. I'll DM you the raw file.

Since this is a hobby it's like, annoying, but man, if this occurred with a professional shoot, I'd be livid.

Thanks Kyle for providing the file for analysis.
My initial thoughts were right: This is 'random data' being interpreted as sample data. In fact it's not really random data, but the iXML structure written at the end of the file. This is basically a bunch of ASCII characters containing information about the recording, see attached image '01. Kyle data.png'.
When looking at the structure of your WAV file, I noticed it consists of five parts aka 'chunks' (see attached '02. Kyle chunks.png'):
Chunk 0: The 'bext' chunk, never mind
Chunk 1: The cue points chunk, containing 99 cue points
Chunk 2: The list chunk, containing 99 entries
Chunk 3: The fmt chunk, describing the format (sample rate, #channels etc) of the samples
Chunk 4: The data chunk, containing the actual samples. The iXML data at the end is part of this chunk, so will be interpreted by an editor or player as sample data.

When comparing this against one of my own recordings with the Tascam, I see a sixth chunk at the end, which is the iXML chunk! So the same iXML data is there at the end, but it resides in its own chunk and not in  the 'data chunk'. Hence editors will not try to interpret this iXML data as sample data.

So is this a bug? Hell yeah. As it happens sometimes, and not all of the time, I guess this is what they'd call a 'race condition'. Likely two threads of software processing are doing stuff in parallel (e.g. writing the iXML data at the end and then updating the header info about the new sixth chunk in 'the current file' while the other is creating the next file and changing the definition of 'current file' from previous file to new file). Almost always one thread finishes before the other, but occasionally the order of actions reverses, so the software is thinking it is writing to the old file while in fact it is already writing to the new file. Or something like that. I know from experience that multithreading software development can be challenging and it is easy to make errors that just occasionally occur and are difficult to find.

Unfortunately we can't seem to switch off the iXML writing, so that's not an option to prevent this problem from occuring. Just some hints:
- Make sure you run the latest firmware (currently 1.03), as they might already have solved the bug.
- Make sure you format the SD-card in the device, using the devivce formatting routine. Don't format the card from your pc while it is connected to it

Oh, when I just cut off the iXML data using a HEX editor, the file loads just fine without the spikes at the end. I cannot tell/guarantee if there is audio missing or not, as we can't be sure about the effect of the software bug.
Maybe if you'd glue the fixed file and the next file together, you can see if the audio is seamless at the merging point.

Offline TheJez

  • Trade Count: (0)
  • Taperssection Regular
  • **
  • Posts: 230
Re: Tascam FR-AV2 new compact 32bit float recorder.
« Reply #331 on: December 17, 2024, 03:29:12 AM »
Oh, one addition: As the iXML data in Kyle's file consist of 1168 bytes, and as the sample rate is 48kHz, it represents 3.0234375ms of audio data  :)
« Last Edit: December 17, 2024, 03:36:45 AM by TheJez »

Offline adrianf74

  • Trade Count: (15)
  • Taperssection Member
  • ***
  • Posts: 836
  • Gender: Male
Re: Tascam FR-AV2 new compact 32bit float recorder.
« Reply #332 on: December 17, 2024, 09:14:51 AM »
Not to try and detract but my buddy's DR-680 mkII occasionally suffers loss on track splits.  Seems to be a Tascam issue.
Mics: Neumann KK 184 capsules with nBob Actives and Naiant PFAs | Recorders: Zoom F6 and Zoom F3 w/ BTA-1 plus TBD | Power: RiotBox, Neewer NP-F750 7000mAh | Video Camera: DJI Osmo Action 4

Offline dallman

  • Site Supporter
  • Trade Count: (33)
  • Taperssection All-Star
  • *
  • Posts: 1861
  • Gender: Male
Re: Tascam FR-AV2 new compact 32bit float recorder.
« Reply #333 on: December 17, 2024, 12:19:51 PM »
Not to try and detract but my buddy's DR-680 mkII occasionally suffers loss on track splits.  Seems to be a Tascam issue.
I have never had an issue with track splits on the 680 MKII. It might be a particular card or cards to deck issue. Tascam does seem to have issues with cards possibly more than other brands.
Support Live Music: Tape A Show Today!
Deck>possibly something here> Mics

Offline adrianf74

  • Trade Count: (15)
  • Taperssection Member
  • ***
  • Posts: 836
  • Gender: Male
Re: Tascam FR-AV2 new compact 32bit float recorder.
« Reply #334 on: December 17, 2024, 04:14:48 PM »
Not to try and detract but my buddy's DR-680 mkII occasionally suffers loss on track splits.  Seems to be a Tascam issue.
I have never had an issue with track splits on the 680 MKII. It might be a particular card or cards to deck issue. Tascam does seem to have issues with cards possibly more than other brands.

Card is good and on the list of preferred cards.  Tested another card in it, also on that list, and had the same issue.  It happens, maybe, once in about 6 or 7 shows especially when running all six channels (including optical out from a V3).  But will agree that Tascam decks don't play nicely with a lot of cards.
Mics: Neumann KK 184 capsules with nBob Actives and Naiant PFAs | Recorders: Zoom F6 and Zoom F3 w/ BTA-1 plus TBD | Power: RiotBox, Neewer NP-F750 7000mAh | Video Camera: DJI Osmo Action 4

Offline Kyle K

  • Trade Count: (4)
  • Taperssection Regular
  • **
  • Posts: 220
Re: Tascam FR-AV2 new compact 32bit float recorder.
« Reply #335 on: December 18, 2024, 11:19:50 AM »
Thank you for the phenomenal analysis, Jez. I feel a bit silly for not analyzing the file in a similar manner!

Offline TheJez

  • Trade Count: (0)
  • Taperssection Regular
  • **
  • Posts: 230
Re: Tascam FR-AV2 new compact 32bit float recorder.
« Reply #336 on: December 19, 2024, 05:57:36 AM »
Thank you for the phenomenal analysis, Jez. I feel a bit silly for not analyzing the file in a similar manner!
No problem whatsoever. I was just fortunate to find a HEX editor that’s able to decode several popular file formats, including WAV files. I thought I would have to decode myself, but this was much easier :) It’s in all our interests to get this issue clear and hopefully solved. I guess it can be helpful to provide the analysis results when reporting to TASCAM…

Offline dogmusic

  • Trade Count: (0)
  • Taperssection Member
  • ***
  • Posts: 874
Re: Tascam FR-AV2 new compact 32bit float recorder.
« Reply #337 on: December 19, 2024, 06:24:36 AM »
I finally received my FR-AV2 yesterday. Very much looking forward to trying it out.

It will be used mostly in a stationary interior installation. Has anyone here powered their unit from a USB wall charger?
"The ear is much more than a mere appendage on the side of the head." - Catherine Parker Anthony, Structure and Function of the Human Body (1972)

"That's metaphysically absurd, man! How can I know what you hear?" - Firesign Theatre

Online goodcooker

  • Trade Count: (47)
  • Needs to get out more...
  • *****
  • Posts: 5099
  • Gender: Male
  • goes to 11
Re: Tascam FR-AV2 new compact 32bit float recorder.
« Reply #338 on: December 19, 2024, 10:25:50 AM »
I finally received my FR-AV2 yesterday. Very much looking forward to trying it out.

It will be used mostly in a stationary interior installation. Has anyone here powered their unit from a USB wall charger?

Yes. It worked fine using a typical 5V USBA to USBC cable and a little AC adapter.
http://www.archive.org/bookmarks/goodcooker

"Are you the Zman?" - fan at Panic 10-08-10 Kansas City
"I don't know who left this perfectly good inflatable wook doll here, but if I'm blowing her up, I'm keeping her." -  hoppedup

Offline dogmusic

  • Trade Count: (0)
  • Taperssection Member
  • ***
  • Posts: 874
Re: Tascam FR-AV2 new compact 32bit float recorder.
« Reply #339 on: December 19, 2024, 01:08:16 PM »
I finally received my FR-AV2 yesterday. Very much looking forward to trying it out.

It will be used mostly in a stationary interior installation. Has anyone here powered their unit from a USB wall charger?

Yes. It worked fine using a typical 5V USBA to USBC cable and a little AC adapter.

Great! Thanks!
"The ear is much more than a mere appendage on the side of the head." - Catherine Parker Anthony, Structure and Function of the Human Body (1972)

"That's metaphysically absurd, man! How can I know what you hear?" - Firesign Theatre

Offline adrianb

  • Trade Count: (2)
  • Taperssection Member
  • ***
  • Posts: 307
Re: Tascam FR-AV2 new compact 32bit float recorder.
« Reply #340 on: January 24, 2025, 11:27:52 AM »
Just taken delivery of my Tascam FR-AV2 and been playing with it. Some early observations.

It came with the original firmware which I have to say really was not fit for purpose. Having to input the settings every time the unit was switched on is a PITA. Sorted after the firmware upgrade, but it makes me realise what some have already said about manufacturers releasing products and letting the customers test them.

Each time I change input settings it allows me to save as one of three Presets. I have no idea how to choose one of those Presets.  :banging head:

When using bluetooth I am getting some interference on some microphones making them unusable. Maybe it’s the microphones, but they work okay with my Mixpre 3 when using bluetooth.

Other than that I am pretty happy with the unit so far.
Mics: Sennheiser MKH 8040, Sennheiser MKH 8020, AT BP4025, AT 853 cards, CA CAFS, CA 14 Omnis, CA 11 (Cards + Omnis), Soundman OKM II Classic, iRig Mic XY
Battery Boxes: Sony XLR-1, CA 9200 Preamp, CA Ugly 2 Preamp, CA Ugly BB, Shure FP24
Recorders: Sound Devices MP3 II, Sony PCM-D100, Sony PCM-D50, Sony PCM-M10, Sony PCM-D10, Roland R-07, Tascam iXJ2, Tascam FR-AV2, Zoom M4 MicTrak

Offline adrianb

  • Trade Count: (2)
  • Taperssection Member
  • ***
  • Posts: 307
Re: Tascam FR-AV2 new compact 32bit float recorder.
« Reply #341 on: January 25, 2025, 04:45:53 AM »
Just to add my experience with battery life. Two Sennheiser MKH 8040 microphones, 48v power, three freshly charged Ikea batteries, no power save options so screen on continuously … 7 hours 23 minutes.
Mics: Sennheiser MKH 8040, Sennheiser MKH 8020, AT BP4025, AT 853 cards, CA CAFS, CA 14 Omnis, CA 11 (Cards + Omnis), Soundman OKM II Classic, iRig Mic XY
Battery Boxes: Sony XLR-1, CA 9200 Preamp, CA Ugly 2 Preamp, CA Ugly BB, Shure FP24
Recorders: Sound Devices MP3 II, Sony PCM-D100, Sony PCM-D50, Sony PCM-M10, Sony PCM-D10, Roland R-07, Tascam iXJ2, Tascam FR-AV2, Zoom M4 MicTrak

Offline adrianb

  • Trade Count: (2)
  • Taperssection Member
  • ***
  • Posts: 307
Re: Tascam FR-AV2 new compact 32bit float recorder.
« Reply #342 on: January 27, 2025, 05:02:19 AM »
I have figured how to save input settings as presets, and where to load them, but cannot get this to work.

I want to save the settings for XLR mics with 48v power as Preset 1, and plug in mics with 5v PIP as Preset 2. But every time I load Preset 2 I just get the same settings as Preset 1. Anyone else getting success with this? I have updated to the latest firmware.
Mics: Sennheiser MKH 8040, Sennheiser MKH 8020, AT BP4025, AT 853 cards, CA CAFS, CA 14 Omnis, CA 11 (Cards + Omnis), Soundman OKM II Classic, iRig Mic XY
Battery Boxes: Sony XLR-1, CA 9200 Preamp, CA Ugly 2 Preamp, CA Ugly BB, Shure FP24
Recorders: Sound Devices MP3 II, Sony PCM-D100, Sony PCM-D50, Sony PCM-M10, Sony PCM-D10, Roland R-07, Tascam iXJ2, Tascam FR-AV2, Zoom M4 MicTrak

Offline adrianb

  • Trade Count: (2)
  • Taperssection Member
  • ***
  • Posts: 307
Re: Tascam FR-AV2 new compact 32bit float recorder.
« Reply #343 on: January 28, 2025, 05:01:00 PM »
I have figured how to save input settings as presets, and where to load them, but cannot get this to work.

I want to save the settings for XLR mics with 48v power as Preset 1, and plug in mics with 5v PIP as Preset 2. But every time I load Preset 2 I just get the same settings as Preset 1. Anyone else getting success with this? I have updated to the latest firmware.

Having actually read the manual now I know why I can’t get the presets to save input type and power, it’s because it doesn’t actually claim to. It can save all settings but these. Unfortunately these are the main settings I want saving so it seems I will just have to change each time I switch between 48v and 5v mics. Not a deal breaker but slightly annoying.

What’s more annoying is that I simply cannot get any bluetooth headphone to wirelessly monitor. As others have mentioned the Bluetooth seems to be very unstable, and I’m wishing I didn’t buy the AK-BT2 adapter.

Other than that I am liking the unit, the size the functionality and above all the sound quality of the recordings.
Mics: Sennheiser MKH 8040, Sennheiser MKH 8020, AT BP4025, AT 853 cards, CA CAFS, CA 14 Omnis, CA 11 (Cards + Omnis), Soundman OKM II Classic, iRig Mic XY
Battery Boxes: Sony XLR-1, CA 9200 Preamp, CA Ugly 2 Preamp, CA Ugly BB, Shure FP24
Recorders: Sound Devices MP3 II, Sony PCM-D100, Sony PCM-D50, Sony PCM-M10, Sony PCM-D10, Roland R-07, Tascam iXJ2, Tascam FR-AV2, Zoom M4 MicTrak

Offline auxren

  • Trade Count: (0)
  • Taperssection Newbie
  • *
  • Posts: 10
Re: Tascam FR-AV2 new compact 32bit float recorder.
« Reply #344 on: February 03, 2025, 08:02:54 PM »
Just finding this thread. I picked up an FR-AV2 with the intention of using it for stealthing with a pair of MK4>CMC1L. I recorded my first show with it and the audio sounds great; on par with my MixPre6 II. I didn't get the bluetooth dongle in time so was only able to interact on the device itself, which was a pain since feeling around for buttons in a pocket isn't useful when all the buttons are the same shape/size.

Overall, the unit is relatively large. Not exactly the most discrete device.


 

RSS | Mobile
Page created in 0.069 seconds with 39 queries.
© 2002-2025 Taperssection.com
Powered by SMF