mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-24 20:07:40 +02:00
portaudio
git-svn-id: svn://elaine/murooma/trunk@217 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
66820ec06e
commit
9c6ee38ce4
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
VERSION = 0.01
|
||||
CC = /usr/bin/g++
|
||||
CFLAGS = -std=gnu++0x -Wall -Wno-unused-function -D_REENTRANT -DVERSION=\"$(VERSION)\" -I..
|
||||
LDFLAGS = -lrt -lpthread -lportaudio -lboost_system -lboost_program_options
|
||||
LDFLAGS = -lrt -lpthread -lboost_system -lboost_program_options
|
||||
|
||||
OBJ = snapServer.o pcmEncoder.o oggEncoder.o ../common/chunk.o ../common/sampleFormat.o
|
||||
BIN = snapserver
|
||||
|
|
|
@ -9,7 +9,7 @@ void PcmEncoder::encode(Chunk* chunk)
|
|||
{
|
||||
/* WireChunk* wireChunk = chunk->wireChunk;
|
||||
for (size_t n=0; n<wireChunk->length; ++n)
|
||||
wireChunk->payload[n] *= 1.5;
|
||||
wireChunk->payload[n] *= 1;
|
||||
*/
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue