Skip to content
Snippets Groups Projects
Commit ad3023c3 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

clean up

parent 0bedeb6e
No related branches found
No related tags found
No related merge requests found
......@@ -270,7 +270,7 @@ AlsaLayer::playTones( void )
int frames;
int maxBytes;
frames = _periodSize ;
//frames = _periodSize ;
frames = 940 ;
maxBytes = frames * sizeof(SFLDataFormat) ;
SFLDataFormat* out = (SFLDataFormat*)malloc(maxBytes * sizeof(SFLDataFormat));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment