Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ALSA reference
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
SillyPants
Apprentice
Apprentice


Joined: 02 Sep 2002
Posts: 154

PostPosted: Fri Mar 21, 2003 7:16 am    Post subject: ALSA reference Reply with quote

Okay, I'm not sure how, but something I was doing (I have a suspicion it was xine, as that's the last application that worked) messed up my ALSA. Whenever I try to play a soud file, I get:
Code:
fbattagl@sauron fbattagl $ aplay soundfile.wav
Playing WAVE 'soundfile.wav' : Unsigned 8 bit, Rate 11025 Hz, Mono
aplay: set_params:847: Can't use period equal to buffer size (5513 == 5513)
I found some info through google and apparently having your period size equal to your buffer size is a general bad idea, as this messes up interrupt timings. My quesion is, what are the settings supposed to be? I can't find what the default values for these parameters are, and I don't know what the *right* values should be. Does anyone know?

PS - (unmerging and re-emerging ALSA didn't get rid of this problem)
Back to top
View user's profile Send private message
Ziraku
n00b
n00b


Joined: 17 Oct 2002
Posts: 35
Location: United Kingdom

PostPosted: Fri Mar 21, 2003 4:01 pm    Post subject: Reply with quote

In XMMS my ALSA settings are:

Buffer time (ms) : 500
Period time (ms) : 50

but that's my xmms setting, I'm not sure how to find it out otherwise.

HTH
_________________
perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
Back to top
View user's profile Send private message
schutten
Tux's lil' helper
Tux's lil' helper


Joined: 29 Apr 2002
Posts: 120
Location: Veldhoven, the Netherlands

PostPosted: Thu May 15, 2003 3:14 am    Post subject: Reply with quote

Hi,
I solved it with:

aplay -F 50 -B 500 test.wav

See also https://forums.gentoo.org/viewtopic.php?p=323221

The tip with the alsa settings in XMMS brought me to this idea...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum