octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #50674] audiorecorder() crashes in getaudiodat


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #50674] audiorecorder() crashes in getaudiodata()
Date: Tue, 29 Aug 2017 19:33:35 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #5, bug #50674 (project octave):

Just so everyone looking at this is aware, the audioplayer already supports a
user callback function handle to supply the audio samples sent to the sound
device. This is a way to have a user function generate the audio sequence in
"real time" instead of from a complete data array stored in memory.

The plan was to provide the same functionality for the audiorecorder object,
so a user function could be passed to the constructor, and it would call the
user function with blocks of data for processing. I think this was causing
problems and wasn't finished by the end of the GSoC project. But there are
some hooks in there to add this capability in the future.

Does Matlab actually allow reading of the audio array while the audiorecorder
object is still in the (asynchronous) recording state?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50674>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]