[Alsa-user] install OSS package

2017-09-13 Thread Sébastien DEWAILLY
Hi, I want to use a python application with dev=ossaudiodev.open('/dev/snd/pcmC0D0p','w') but he couldn't access this device. In fact (stop me if I am wrong) the ALSA device don't work... I need a /dev/audio. So could you help me installing alsa-oss-1.0.28.tar.bz2? There is no README.TXT!

[Alsa-user] Problem reading back periods

2017-09-13 Thread Paul D. DeRocco
If I open my sound output device (Intel HDA on Intel mobo), set its parameters as follows: access = SND_PCM_ACCESS_RW_INTERLEAVED format = SND_PCM_FORMAT_S32_LE channels = 2 rate = 48000 periods = 4 buffer_size = 1024 it returns no errors. If I use snd_pcm_hw_params_get_periods on the parameters