Hello,

On Tue, Jun 4, 2013 at 10:08 PM, M. Whitener <[email protected]>wrote:

> I'm looking for help using sound card input on Windows.  So far nothing
> works.  Any tips would be greatly appreciated.
> Sorry to not be more specific.  I've tried input.*  and nothing is
> defined.  I've tried in( ) and it doesn't seem to provide any audio.
> Thanks in advance for any help!
>

I was also having the same issue with version 1.1.1 on Windows 7 x64.  But
when I tried it with the following, it works:

set("log.stdout", true)
set("log.file", false)
set("log.level", 4)

s = in()

output.file(%mp3.cbr(samplerate=44100, mono=true, bitrate=96),
    fallible=true, reopen_on_metadata=false, "test.mp3", s)


However if I add:

s = vumeter(s)


The vU meter shows up in the console but no audio is recorded--the file
test.mp3 is zero bytes.

Thanks,
-Bill
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to