Skip to content

Commit

Permalink
oss: fix samplerate comment
Browse files Browse the repository at this point in the history
default samplerate is 48000, not 44100
  • Loading branch information
anzz1 authored Jun 15, 2023
1 parent 1d302bd commit 7fbc22e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/oss/oss.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@
* Audioserver ioctl pipe in: /tmp/audio_ioctl_req
* Audioserver ioctl pipe out: /tmp/audio_ioctl_res
*
* Bypassing the libpadsp mutex locks like this will probably most likely
* definitely maybe mess with anything else using the audioserver concurrently
* Default format: raw pcm, signed 16-bit, little endian, stereo, 48000hz (pcm_s16le)
*
* Default format: raw pcm, signed 16-bit, little endian, stereo, 44100hz (pcm_s16le)
*
* ffmpeg -y -i in.wav -f s16le -acodec pcm_s16le -ar 44100 -ac 2 out.raw
* ffmpeg -y -i in.wav -f s16le -acodec pcm_s16le -ar 48000 -ac 2 out.raw
*
*/

Expand Down

0 comments on commit 7fbc22e

Please sign in to comment.