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

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

[Octave-bug-tracker] [bug #44456] mxe-octave: audiodevinfo reports no au


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #44456] mxe-octave: audiodevinfo reports no audio
Date: Sat, 07 Mar 2015 13:09:55 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30

Update of bug #44456 (project octave):

                  Status:          Ready For Test => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #2:

At least audiodevinfo seems to work fine:

>> audiodevinfo.input.Name
ans = Microsoft Sound Mapper - Input (MME)
ans = Microphone (Logitech Mic (Fusio (MME)
ans = Realtek Digital Input (Realtek  (MME)
>> audiodevinfo.input.ID
ans = 0
ans =  1
ans =  2
>> audiodevinfo.output.Name
ans = Microsoft Sound Mapper - Output (MME)
ans = Speakers (Realtek High Definiti (MME)
ans = Realtek Digital Output (Realtek (MME)
>> audiodevinfo.output.ID
ans =  3
ans =  4
ans =  5
>>


..so I'm confident the rest will also work.

.mp3 files aren't recognized yet but that may be due to lacking support
files:

>> ls 40662.mp3
:
40662.mp3
               1 File(s)      7 490 362 bytes
               0 Dir(s)     320 913 408 bytes free
>> audioinfo ('40662.mp3')
error: audioinfo: failed to open file 40662.mp3


Matlab reads it straightforwardly:

>> audioinfo '40662.mp3'
ans = 
             Filename: 'G:\MP3\Classic\40662.mp3'
    CompressionMethod: 'MP3'
          NumChannels: 2
           SampleRate: 44100
         TotalSamples: 20644991
             Duration: 468.1404
                Title: 'Sinfonia in C'
              Comment: []
               Artist: 'Giuseppe Torelli, arr. David Reed'
              BitRate: 128


Anyway, closing report.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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