ashinkajay

Results 4 issues of ashinkajay

### 🐛 Describe the bug Streamreader `seek` not seeking to correct frame even with `mode='precise'`. Use below code to reproduce the error with any audio in opus format. This code...

### 🐛 Describe the bug torchaudio.load not loading all the frames in the latest version(2.2.1). Example audio can be downloaded from [here](https://freesound.org/people/sumsa/sounds/46673/download/46673__sumsa__harddisk-read.wav) ``` import torchaudio file = "harddisk_operation.wav" audio, sr...

The scaleFactor used to multiply the the array to create the representation using new bit depth is `2**bit_depth`. But this will result in a representation with more than the expected...

In the cpp file `Bitcrush.h`, the `scaleFactor` used to multiply the the array to create the representation using new bit depth is 2**bit_depth. But this will result in a representation...