pan, pitch, loop
This commit is contained in:
parent
5d57eb705a
commit
ba9fcfadeb
12 changed files with 196 additions and 51 deletions
|
@ -13,6 +13,11 @@ v 0.1.3 (1/05/2024)
|
|||
- Ubuntu 22.04 jammy
|
||||
- Use SFML as audio engine
|
||||
- Qt 5.15.3
|
||||
- pan
|
||||
- pitch
|
||||
- loop
|
||||
- loop points
|
||||
- play offset
|
||||
|
||||
v 0.1.2 (12/08/2015)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
*******************************************************************************
|
||||
Libre Media Server Audio - An Open source Media Server.
|
||||
(c) Santiago Noreña 2014-2024 <libremediaserver@criptomart.net>
|
||||
http://git.criptomart.net/libremediaserver
|
||||
https://git.criptomart.net/libremediaserver
|
||||
*******************************************************************************
|
||||
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
|
||||
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
|
@ -11,7 +11,9 @@ You should have received a copy of the GNU General Public License along with thi
|
|||
0. Requisites
|
||||
- sudo apt-get install build-essential qmake-qt5 gcc g++ libtool libsfml-dev qtbase5-dev libqt5webkit5-dev qtwebengine5-dev
|
||||
- OLA https://www.openlighting.org/ola/linuxinstall/#Git
|
||||
-- ToDo: la instalación de OLA es un infierno, hay que empaquetarlo
|
||||
-- ToDo: la instalación de OLA es un infierno, hay que empaquetarlo o mirar si hay alguna lib de sACN
|
||||
|
||||
https://github.com/ETCLabs/sACN
|
||||
|
||||
1. Compiles
|
||||
$ qmake -spec linux-g++ -o Makefile libremediaserver-audio.pro
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue