HomeSort by: relevance | last modified time | path
    Searched defs:sinewave (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/audio/
audiobell.c 65 static const int32_t sinewave[] = { variable in typeref:typename:const int32_t[]
87 * (32 = countof(sinewave) * sizeof(uint16_t)).
163 wave1count = __arraycount(sinewave) / step;
188 /* Generate sinewave with specified volume */
192 buf[i] = AUDIO_SCALEDOWN(sinewave[j] * (int)volume, 16);
194 j %= __arraycount(sinewave);
audiobell.c 65 static const int32_t sinewave[] = { variable in typeref:typename:const int32_t[]
87 * (32 = countof(sinewave) * sizeof(uint16_t)).
163 wave1count = __arraycount(sinewave) / step;
188 /* Generate sinewave with specified volume */
192 buf[i] = AUDIO_SCALEDOWN(sinewave[j] * (int)volume, 16);
194 j %= __arraycount(sinewave);

Completed in 82 milliseconds