Search found 426 matches

by richardash1981
Fri Dec 21, 2007 6:39 pm
Forum: GNU/Linux and Unix-like
Topic: Sound Card problem?
Replies: 23
Views: 11010

Re: Sound Card problem?

lsmod output gives you all the sound modules loaded into the kernel, which does include all the other support modules. To list just the hardware drivers, try cat /proc/asound/modules or for more of a hardware list cat /proc/asound/cards The most useful tool for troubleshooting is arecord / aplay fro...
by richardash1981
Mon Dec 17, 2007 10:29 pm
Forum: GNU/Linux and Unix-like
Topic: Command Line Export Option doesn't works anymore in 1.3.4?
Replies: 3
Views: 1632

Re: Command Line Export Option doesn't works anymore in 1.3.

This does seem to be the case - we'll have to investigate further what is going on.
by richardash1981
Mon Dec 17, 2007 10:15 pm
Forum: GNU/Linux and Unix-like
Topic: When recording optical, playback is too slow
Replies: 2
Views: 1874

Re: When recording optical, playback is too slow

Hmm, I will be quite glad when KDE4 depreciates artsd - advances in ALSA means it now often works much better with Artsd out of the way (as you've proved).
by richardash1981
Mon Dec 17, 2007 10:13 pm
Forum: GNU/Linux and Unix-like
Topic: Significant duration recordings (~1 month)
Replies: 14
Views: 5156

Re: Significant duration recordings (~1 month)

Providing you are on a journalled file system (so that the file system survives) a power cut shouldn't be a major problem for console sound recorders - the data is written out to the file as it's read from the sound device, so you should just get a truncated audio file up until shortly before the cu...
by richardash1981
Sat Dec 15, 2007 9:56 pm
Forum: General Feedback and Discussion
Topic: conversion of timeline increments
Replies: 3
Views: 2022

Re: conversion of timeline increments

Can't you just set the time display in audacity to be "seconds" in that case? This is certainly an option in 1.3.x, and would mean that the label list and the interface use the same units (seconds and decimals of them).
by richardash1981
Sat Dec 15, 2007 9:39 pm
Forum: General Feedback and Discussion
Topic: How can they sell this on ebay.. what can be done about this
Replies: 5
Views: 1194

Re: How can they sell this on ebay.. what can be done about

Last time I checked I thought Ebay had some sort of conditions about selling software in there Ts&Cs, which is about the only real option - persuading Ebay not to let people list open-source software on there because it's so rarely done right. They have similar restrictions for alcohol I think.
by richardash1981
Sat Dec 15, 2007 9:35 pm
Forum: GNU/Linux and Unix-like
Topic: High pitch whine?
Replies: 4
Views: 3701

Re: High pitch whine?

One reason there may well not be a nice peak visible in the spectrum is that it's very hard to distinguish coloured noise from tones at that kind of frequencies. So it's entirely possible that what you are hearing is multiple square-wave noise sources caused by pick-up of interference from the rest ...
by richardash1981
Sat Dec 15, 2007 9:29 pm
Forum: GNU/Linux and Unix-like
Topic: microphone and recording is doesn' work...
Replies: 1
Views: 1186

Re: microphone and recording is doesn' work...

What distribution? What version of audacity? Can you hear your microphone through the computer speakers "live"? If you can't then you probably have it muted on the sound card mixer. Try alsamixer to un-mute the relevant input and turn up the level, as well as the recording level (sometimes marked as...
by richardash1981
Sat Dec 15, 2007 9:21 pm
Forum: GNU/Linux and Unix-like
Topic: how to I fix /dev/dsp ??
Replies: 7
Views: 3909

Re: how to I fix /dev/dsp ??

/dev/dsp isn't a "real" file but a device node which programs use to communicate with the kernel. So the fact that there isn't a file there means that the kernel doesn't have anything to do with one, either because there is no hardware there or no drivers for it. So you need to load the relevant ker...
by richardash1981
Sat Dec 15, 2007 8:06 pm
Forum: GNU/Linux and Unix-like
Topic: Assertion `val <= 64' failed for Rode podcaster microphone
Replies: 11
Views: 5549

Re: Assertion `val <= 64' failed for Rode podcaster micropho

Can you try the current CVS head? I've updated the portaudio snapshot there, which may help you. I'm not clear at the moment where the critical error is, given that there are several floating around (the syslog ones, and then the exception in alsa-lib, and then the audacity error). Can you try using...