Skip to content

Instantly share code, notes, and snippets.

@miya4649
miya4649 / sox_192k.sh
Last active October 26, 2018 10:51
Hi-Res (192kHz) WAV file converter script
#!/bin/sh
# * 使い方
# Ubuntuに対応しています。
# 必要なパッケージをインストール
# sudo apt-get install sox libsox-fmt-all ffmpeg
# このファイルをホームディレクトリ(~/)に保存しておきます。
# 元のWAVファイルのあるディレクトリに移動し、
# sh ~/sox_192k.sh *.wav
# でwavファイルを一括して192kHz, 24bitに変換できます。
@miya4649
miya4649 / hires_player.ino
Last active November 21, 2021 19:41
Spresense Hi-Res Audio Player Example
/*
Copyright (c) 2018, miya
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.