Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Clone
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Dependencies
run: |
Expand All @@ -38,7 +38,7 @@ jobs:

steps:
- name: Clone
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: MSBuild
uses: microsoft/setup-msbuild@v2
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if(POLICY CMP0077)
cmake_policy(SET CMP0077 NEW)
endif()

project(SPTK VERSION 4.3)
project(SPTK VERSION 4.4)

option(SPTK_INSTALL "Install SPTK library" ON)
option(SPTK_BUILD_COMMANDS "Build SPTK commands" ON)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The Speech Signal Processing Toolkit (SPTK) is a software for speech signal proc
- PyTorch version: [diffsptk](https://github.com/sp-nitech/diffsptk)

[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://sp-nitech.github.io/sptk/latest/)
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://sp-nitech.github.io/sptk/4.3/)
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://sp-nitech.github.io/sptk/4.4/)
[![](https://img.shields.io/badge/license-Apache%202.0-green.svg)](https://github.com/sp-nitech/SPTK/blob/master/LICENSE)
[![](https://github.com/sp-nitech/SPTK/workflows/build/badge.svg)](https://github.com/sp-nitech/SPTK/actions)

Expand Down
2 changes: 1 addition & 1 deletion include/SPTK/utils/sptk_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
namespace sptk {

//! Version of SPTK.
static const char* const kVersion("4.3");
static const char* const kVersion("4.4");
//! @f$\pi@f$
static const double kPi(3.141592653589793);
//! @f$2\pi@f$
Expand Down
Empty file modified test/test_raw2wav.bats
100644 → 100755
Empty file.