alsa-plugins
alsa-plugins copied to clipboard
The Advanced Linux Sound Architecture (ALSA) - plugins
channel_layout has been replace with ch_layout avcodec_close has been deprecated in favor of avcodec_free_context Fix #57
``` libtool: compile: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -DHAVE_CONFIG_H -I. -I/var/tmp/portage/media-plugins/alsa-plugins-1.2.7.1-r1/work/alsa-plugins-1.2.7.1/a52 -I.. -DNDEBUG -Wall -g -march=native -mtune=native -O2 -pipe -c /var/tmp/portage/media-plugins/alsa-plugins-1.2.7.1-r1/work/alsa-plugins-1.2.7.1/a52/pcm_a52.c -fPIC -DPIC -o .libs/pcm_a52.o /var/tmp/portage/media-plugins/alsa-plugins-1.2.7.1-r1/work/alsa-plugins-1.2.7.1/a52/pcm_a52.c: In function 'a52_free': /var/tmp/portage/media-plugins/alsa-plugins-1.2.7.1-r1/work/alsa-plugins-1.2.7.1/a52/pcm_a52.c:631:17: warning: 'avcodec_close'...
In my application, after I use `snd_pcm_rewind()` strange things happen, such as `snd_pcm_status_get_avail()` reporting a value larger than `period_count * frames_per_period` which my app depends on to never happen.
bzero() function needs this header to be included Signed-off-by: Khem Raj
It seems to me that the [Makefile](https://github.com/alsa-project/alsa-plugins/blob/master/pph/Makefile.am#L31) is linking build artifacts instead of copying them... Also the install hook is assuming those `.so` files exist which seems to be the...
Is there any technical reason why it is not possible to `pactl set-sink-formats X "pcm dts-iec61937 ac3-iec61937"` when the `Digital Surround 5.1 IEC958/AC3 Output` profile is selected? It would be...
fix some compile errors and build test on OpenBSD/NetBSD. aaf, arcam-av, maemo and usb_stream is not supported for non-Linux environment.
hello i have a problem about "make install" after i compile it with cross-compiler, i want to run make intall, but after make install, some error occured as followed,could you...
I installed and upgraded pulse audio to version 16.1 I keep receiving the following error when trying to upgrade alsa-utils (the latest version): `/bin/sh ../libtool --tag=CC --mode=link gcc -Wall -g...
`SPEEX_PREPROCESS_SET_AGC_LEVEL` is the current level and not static whilst the only useful setting of `SPEEX_PREPROCESS_SET_AGC_MAX_GAIN` which is in decibels and set to 30db (30) is not used? There are a...