Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. OS X Yosemite audio recording
Forum Updated to NodeBB v4.3 + New Features

OS X Yosemite audio recording

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 640 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    CoderJax
    wrote on last edited by
    #1

    Hey guys,

    We've got an issue with Qt 5.4 running on Mac OS X 10.10.2, whereby recording a video/audio using QMediaRecorder generates files with no audio, but only when the recording duration exceeds ~10 seconds.

    The same project works as expected on OS X Lion 10.7.5.

    Has anybody else observed this behaviour? It can be reproduced by building and running the example camera application that is included with Qt 5.4.

    I'm not sure if it's a bug introduced by Apple, or something to do with a comment in coreaudioinput.mm at line 635:

    //BUG: numberOfFrames gets ignored after this point

    The issue seems like it might be related to buffers on audio capture, as I also see the following in debug output (but this wasn't present in earlier OS X builds):

    [14:47:55.119] ParseSoundMediaInfoAtom signalled err=-12848 (kFigFormatReaderError_ParsingFailure) (V0 sound description in file with QT ftyp and ISO file extension) at /SourceCache/CoreMedia/CoreMedia-1562.107/Prototypes/FormatHandlers/Movie/MovieAtomParsing.c line 2409
    <<< FFR_Movie >>> ParseTrackAtom: Omitting a track that encountered error -12848 during atom parsing

    Any ideas...?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved