Nueva Raspberry Pi

Previos, filtros activos, DACs, CDs, transportes, vinilo, tratamiento de salas,...
Avatar de Usuario
amr
Mensajes: 2596
Registrado: Mié Nov 09, 2005 9:45 am
Ubicación: Por Galicia

Re: Nueva Raspberry Pi

Mensaje por amr » Vie May 29, 2015 9:54 am

Una nota. los "dirac pulse" consumen CPU, y estan pensados para probar configuraciones en situaciones reales sin tener que generar ficheros pcm. Si no quieres procesar nada, es mucho mejor usar coeff=-1 en la sección del filtro correspondiente. Hace lo mismo con apenas carga adicional.

In some cases, when one wants to test the performance of a certain BruteFIR configuration, but don't feel like generating coefficients, one can set the filename to "dirac pulse". Then BruteFIR will generate a dirac pulse filter internally and use it as any other filter, and thus will cost as much in processing as any other filter of the same length. However, if you need a dirac pulse in the real case, it makes no sense using this feature, since simply setting the coeff field in the filter structure to -1 gives the same effect and uses very little processor power (and memory).

Por ejemplo, este filtro envía el audio de un filtro origen a otros tres, sin hacer nada.

Código: Seleccionar todo

filter "f_drc_L" {
	from_filters: "f_eq_L";
	to_filters: "f_tw_L", "f_mid_L", "f_wo_L";
	coeff: -1;
	process: 0;			# process index to run in (-1 means auto)
};
Avatar de Usuario
Celedonio
Mensajes: 4893
Registrado: Lun Jun 04, 2007 10:41 am
Ubicación: Barcelona

Re: Nueva Raspberry Pi

Mensaje por Celedonio » Vie May 29, 2015 10:11 am

Si, gracias, no entendía el ejemplo porque no había caido en que se pueden usar para entradas, salidas, y coeffs, un nombre (texto) o un indice ( nuemero), yo siepre había llamado las cosas por su nombre, y que para coeffs existe el indice -1 para conectar simplemente. Bastaba con leer... :mrgreen:
Por lo visto lo demás no importa ná de ná ...

https://www.youtube.com/watch?v=pxoW-00Zyho