Commit graph

24 commits

Author SHA1 Message Date
snt
7a9c0cd0ac libreMediaServer no refresca directamente la ui, solo actualiza
valores en  audiowidget. la ui se actualiza con un timer en audiowidget.
Quitadas señales en todo, mejora rendimiento. fade en volumen basado en
la trama dmx (25 ms) para evitar clicks. refresca los valores de la capa
cuando carga un media. Ui Ok. nuevo formato de archivo de configuración
xml.
2024-05-07 20:23:09 +02:00
snt
d34b972a54 mejor rendimiento 2024-05-05 17:36:20 +02:00
snt
389966782d open file dialog clicking on file/folder labels.
se atasca y se pone a 100%, los faders no refrescan como debieran,
parece que se saturan las señales.
2024-05-04 19:35:12 +02:00
snt
5a7a82736f working UI controls 2024-05-04 16:45:05 +02:00
snt
1fccbf64fd refactorizada la GUI, ola y audioengine se ejecutan fuera de widgets.
Opción para ejecutar sin mostrar la GUI. Los controles de la interfaz no
son reactivos, no están conectados a las órdenes de audio.
cambio en la personalidad dmx para procesar los canales en mejor orden.
evita mandar dos veces los canales dobles por cada dmx frame, incluyendo file/folder.
2024-05-04 01:46:45 +02:00
snt
66c2850e06 limpieza código no usado e includes 2024-04-25 16:29:33 +02:00
snt
3613d8fa51 indicador de volumen con dos decimales 2024-04-24 20:23:20 +02:00
snt
32a1e5cb0c process double channels only once in each frame 2024-04-24 17:41:40 +02:00
snt
8b5d9414d1 funcionando sin la parte de las settings. 2024-04-23 20:16:24 +02:00
snt
b59cc92c5f funcionando controles ui 2024-04-23 01:16:52 +02:00
snt
abf5d3340f wip acciones desde ui, la primera capa hace bien el pause pero el resto
no. sólo reciben datos las ptres primeras capas.
2024-04-22 20:39:05 +02:00
snt
521f1fc6d7 funcionando con dmx, controles Ui muestran info pero no actúan sobre el
sonido.
Refactorizado todos lo métodos que interactúan con el sonido a miniaudioengine
2024-04-22 19:14:49 +02:00
snt
7aea8f6cf1 WIP miniaudio working, some sigsev while playing... 2024-04-20 20:19:16 +02:00
snt
78695b7976 pan not working, can not pan an stereo track with openAl.
I will change to miniaudio, tag this before changes.
2024-04-19 00:21:55 +02:00
snt
ba9fcfadeb pan, pitch, loop 2024-04-18 02:17:09 +02:00
santi
bdd72825db Fix bug when changing at the same time folder and file load two time the
file
Removed sendDMX() on init
Added dome doc in audiolayerwidget.h
Cleaned comments on olathread.cpp and olathread.h
2014-10-08 21:11:50 +02:00
santi
2d16fb6af7 Merge branch 'sfml'
Added Singleton to AudioWidget

Conflicts:
	lms-audio.xlm
	puredata/layer_audio.pd
	src/audiolayerwidget.cpp
	src/audiolayerwidget.h
	src/audiomasterwidget.cpp
	src/audiomasterwidget.h
	src/audiomotor.cpp
	src/audiomotor.h
	src/audiowidget.cpp
	src/defines.h
	src/libremediaserver-audio.cpp
	src/libremediaserver-audio.h
	src/libremediaserver-audio.pro
	src/libremediaserver-audio.ui
	src/medialibrary.cpp
	src/medialibrary.h
	src/olathread.cpp
	src/olathread.h
	src/settings.cpp
	src/settings.h
2014-10-03 13:17:00 +02:00
santi
d7db568784 Cleaned old code. Changed the GUI refresh. Now there is a global receive
dmx instead one by layer
2014-08-13 22:51:25 +02:00
santi
1dd20c9b05 Changed the audio library to SFML. Now working in qt5.3.2. 2014-07-25 20:38:18 +02:00
Santi Noreña
5cfd9f7a10 Fixed pan bug (again)
Reduced the debug output
The volune range is 0 -100 and dbtorms is used in pure data to make the
scale logarithm
2014-07-15 20:03:14 +02:00
Santi Noreña
37835e7571 Now on pause fill the buffer with silent instead stopping.
Abandono esta rama de desarrollo:
1. Al cambiar el volumen se escucha ruido
2. QAudioOutput::reset() no funciona correctamente
3. Hay muchos pops en la reproducción
2014-07-15 17:27:11 +02:00
santi
69ffe79742 Added a DMX watchdog. Changed the play methos, now play reset to 0 and stop not. 2014-07-12 21:53:07 +02:00
santi
cccd987bdd Qt5 upgrade and new audio engine based in QtMultimedia.
New GUI.
2014-07-10 01:51:29 +02:00
santi
45115830c0 Initial commit 2014-06-29 15:35:39 +02:00