|
2016-05-17
, 04:54
|
|
Posts: 290 |
Thanked: 738 times |
Joined on Mar 2008
@ .pl
|
#232
|
|
2016-05-17
, 05:49
|
|
Posts: 3,141 |
Thanked: 8,161 times |
Joined on Feb 2013
@ From my Gabriola Island hermitage, near the Edge of the World
|
#233
|
|
2016-05-29
, 17:13
|
|
Posts: 290 |
Thanked: 738 times |
Joined on Mar 2008
@ .pl
|
#234
|
|
2016-06-12
, 18:20
|
|
Posts: 290 |
Thanked: 738 times |
Joined on Mar 2008
@ .pl
|
#235
|
|
2016-06-14
, 13:38
|
|
Posts: 290 |
Thanked: 738 times |
Joined on Mar 2008
@ .pl
|
#236
|
|
2016-06-15
, 09:06
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#237
|
unfortunatelly n900@500mhz is too slow for earwax, any neon wizard able to speed up this code?: (p->tap, earwax_filt, ibuf and obuf are 32bit ints, output is double, NUMTAPS is 64)
Code:while (len--) { output=0; // update taps and calculate output for(i=NUMTAPS-1; i; --i) { p->tap[i]=p->tap[i-1]; output+=p->tap[i] * earwax_filt[i]; } p->tap[0] = *ibuf++/64; output += p->tap[0] * earwax_filt[0]; // scale output *obuf++ = output; }
while (len--) { output=0; // update taps and calculate output for(i=NUMTAPS-1; i; --i) { output+=p->tap[i-1] * earwax_filt[i]; } for(i=NUMTAPS-1; i; --i) { p->tap[i]=p->tap[i-1]; } p->tap[0] = *ibuf++/64; output += p->tap[0] * earwax_filt[0]; // scale output *obuf++ = output; }
The Following User Says Thank You to reinob For This Useful Post: | ||
|
2016-06-15
, 09:17
|
|
Posts: 290 |
Thanked: 738 times |
Joined on Mar 2008
@ .pl
|
#238
|
|
2016-06-18
, 12:55
|
|
Posts: 290 |
Thanked: 738 times |
Joined on Mar 2008
@ .pl
|
#239
|
|
2016-06-22
, 18:38
|
|
Posts: 41 |
Thanked: 159 times |
Joined on Jul 2012
|
#240
|
* fixed clip info display in ncurses
* new repeat mode (no repeat/repeat all/repeat one)
* switched to pcg32 as a rand() source
* softvol: switched from linear to exponential
* added root meta dir to oscp-remote.py
* enabled seeking to last pos without autoplay
* updated libs: libxmp-4.3.13, libav-11.6
* optimized sox effects a bit
enjoy. more bug fixes ahead. effects are now usable on stock n900.
oscp - media player with network remote and almost no dependencies (pc/lin/win/maemo(n8x0/n900), x86/x64/armel/armhf) - http://talk.maemo.org/showthread.php?t=94590 - if you like it, tell others.
contact with me: #osc or #maemo on freenode/ircnet or /query KotCzarny